Tools and Libraries
1. OpenSSL
openssl rand -base64 32 > symmetric.key
2. Java Keytool
keytool -genseckey -alias myaeskey -keyalg AES -keysize 256 -storetype JCEKS -keystore mykeystore.jceks
3. GPG (GNU Privacy Guard)
gpg --symmetric --cipher-algo AES256
4. AWS Key Management Service (KMS)
5. Azure Key Vault
6. Google Cloud Key Management Service (KMS)
7. PyCryptodome (Python)
8. Bouncy Castle (Java)
9. Libsodium (C/C++)
10. Cryptography (Python)
11. Microsoft .NET Framework (C#)
Last updated