String Encryption and Decryption

This form shows how to encrypt and decrypt a text string using a specified key.

Password refers to the key to use when encrypting and decrypting.
Original is the plain text string to encrypt.
Encrypted is the encrypted content after encryption.
Decrypted is the decrypted content after decryption based on the encrypted text and key.

The Encrypt button encrypts the original text using the password and places the result in the encrypted field.

The Decrypt button decrypted the encrypted text using the password and places the result in the decrypted field.

The Back button returns to the Encrypt menu.