-
Home
-
AskAny – AI-Powered Chat Assistant
-
1.3.0 (latest)
-
Code
-
Classes
- EncryptionHandler
Total Complexity |
43 |
Dependencies |
1 |
Dependents |
2 |
Total lines |
266 |
Lines of code |
141 |
Logical lines of code |
81 |
Comment lines |
88 |
Methods |
11 |
Properties |
0 |
Methods 11
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
process_encrypted_request() |
A |
48 |
9 |
33 |
process_encrypted_response() |
S |
56 |
6 |
18 |
deobfuscate_data() |
S |
57 |
5 |
18 |
decode_base64_message() |
S |
56 |
4 |
19 |
is_base64_encoded() |
S |
63 |
5 |
10 |
log_encryption_event() |
S |
61 |
4 |
12 |
obfuscate_data() |
S |
61 |
3 |
12 |
is_encrypted_data() |
S |
69 |
3 |
6 |
sanitize_encrypted_data() |
S |
72 |
2 |
6 |
generate_data_hash() |
S |
78 |
1 |
3 |
verify_data_hash() |
S |
74 |
1 |
4 |