| Class | Description |
|---|---|
| FileEncryptor |
Encrypt and decrypt files.
|
| FileEncryptor_AES256_CBC |
Encrypt and decrypt files using "AES-256" with "CBC" and "PKCS5Padding".
|
| FileEncryptor_AES256_GCM |
Encrypt and decrypt files using "AES-256" with "GCM" and "NoPadding".
|
| FileEncryptor_ChaCha20 |
Encrypt and decrypt files using "ChaCha20".
|
| FileEncryptor_ChaCha20_BouncyCastle |
Encrypt and decrypt files using "ChaCha20" (BouncyCastle).
|
| FileHasher |
Computes hashes from files and verifies file hashes to detect modified
files.
|
| Util |