Important note: this program is doing what it promises but the programming itself is of very poor quality and for demonstration purposes only. Never ever use this program as source for your own programs because there are a lot of conversions to get it run. Get more information about this program on my webpage AES CBC mode 256 PBKDF2 string encryption
Insert the string you like to encrypt:
Insert your password:
CiphertextCpc:
Ciphertext is (Base64) salt : (Base64) iv : (Base64) ciphertext
decrypted plaintext:
Technical note: this program uses the PBKDF2 algorithm for key derivation and AES 256 CBC mode for encryption.