Encrypt text using AES encryption.
• Algorithm: AES-256-GCM
• Key Derivation: PBKDF2 with SHA-256 (100,000 iterations)
• Random 16-byte salt and 12-byte IV included in output
• Use the AES Decrypt tool with the same password to decrypt
You might also be interested in
Generate MD5 hash from text.
Generate SHA1 hash from text.
Generate SHA256 hash from text.
Generate SHA512 hash from text.
Generate bcrypt hashes for passwords.
Verify bcrypt hashes.