Interface | Description |
---|---|
Cryptor |
Compatible with vfs
|
Class | Description |
---|---|
AESCryptor |
A password encryption scheme that uses either a 128-bit,192-bit or 256-bit AES
algorithm.
|
Base16 |
Hex-encoded string
|
Base64 |
Base64 encoding (RFC 4648 and RFC 2045), modified from source on
https://en.wikipedia.org/wiki/Base64
|
CryptorBase | |
GenericCryptor | |
Hasher |
Utility for creating file hashes
|
Enum | Description |
---|---|
AESCryptor.KeySize |