You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,6 +90,7 @@ For Windows users, a standalone executable is provided which does not require an
89
90
-**RSA Key Encryption**: The AES session key is encrypted with a RSA public key, ensuring that only the private key holder can decrypt it.
90
91
-**Secure Key Derivation**: Uses PBKDF2 with HMAC-SHA256 for secure key derivation.
91
92
-**Random IVs and Salts**: Each layer of encryption uses a random IV, and the key derivation uses a random salt, enhancing security against certain types of attacks.
93
+
-**Compression and Base64 Encoding**: Compresses data before encryption and encodes the encrypted data in base64, reducing file size and detectability by forensic analysis tools.
0 commit comments