-
Home
-
WPIDE – File Manager & Code Editor
-
2.4.0
-
Code
-
Classes
- Crypt_DES
Total Complexity |
126 |
Dependencies |
1 |
Dependents |
4 |
Total lines |
1,154 |
Lines of code |
701 |
Logical lines of code |
373 |
Comment lines |
337 |
Methods |
16 |
Properties |
15 |
Methods 16
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
decrypt() |
D |
26 |
42 |
151 |
encrypt() |
D |
27 |
38 |
150 |
Crypt_DES() |
A |
44 |
15 |
50 |
_processBlock() |
A |
30 |
2 |
158 |
setPassword() |
A |
48 |
7 |
32 |
_prepareKey() |
S |
36 |
2 |
87 |
_generate_xor() |
S |
52 |
5 |
23 |
_unpad() |
S |
63 |
4 |
10 |
_pad() |
S |
60 |
3 |
13 |
setKey() |
S |
73 |
2 |
4 |
setIV() |
S |
74 |
1 |
4 |
enableContinuousBuffer() |
S |
82 |
1 |
3 |
disableContinuousBuffer() |
S |
74 |
1 |
5 |
enablePadding() |
S |
82 |
1 |
3 |
disablePadding() |
S |
82 |
1 |
3 |
_string_shift() |
S |
73 |
1 |
5 |