AES Encryption and Decryption
Encrypt or decrypt text through Advanced Encryption Standard(AES). AES here has three modes: CBC, ECB and CFB. Note that the key of AES can only have 16, 24 or 32 bytes or ASCII characters.
Note that StringLand Tech has password generation function. Here is the
Password Generator