Skip to content

Encrypting/decrypting program with AES-256-CBC and Base64

License

Notifications You must be signed in to change notification settings

dd84ai/DarkEncyptor

Repository files navigation

AES-256-CBC

Simple windows form program.

which allows to encrypt text and decrypt while using a text key. It does it with AES-256-CBC encryption Ecrypted text additionally transsformed with base64 protocol for better transportability.

image

the program has 3 text boxes and 4 buttons.

text box for text to encrypt. text box for text to decrypt. text box for key for encryption/decryption.

button to encrypt. button to decrypt. button to generate random key. button to see instruction.