Application for encrypting and decrypting messages.
The algorithms it uses are AES, Rijndael, Blowfish, and Twofish.
Keys for AES, Rijndael, and Twofish can have a maximum length of 32 characters, corresponding to a key size of 256 bits.
Keys for Blowfish can have a maximum length of 56 characters, corresponding to a key size of 448 bits.
Before the provided key enters the selected cryptography engine, it is processed by a password hashing algorithm, Argon2.