Description:
Cipher is a small program to keep your secrets really secret by enciphering them with one of the most reliable encryption algorithms.
The program is quite simple. Whenever you start Cipher, the program will display the current contents of your clipboard (Hence Cipher is also a clipboard viewer.). You may scroll through your clipboard using the hardware buttons of the scroll arrows in the right lower corner.
The small text field under the clipboard viewer is the area to type in your password. The left button attempts the decryption of the text. The right button starts the encryption.
If the text has not been encrypted with the given key the program will notify you. Under rare circumstances with program will just display garbage.
After using one of these buttons the password will disappear, so you can show encrypted information to others without showing the password. As long as the checkbox on the left is checked and you didn't type anything into the password field, you can encrypt or decrypt with the current password. Of course, the password will not be saved after leaving the program.
Only if the right checkbox is checked, the contents of the text field will be copied into the clipboard when leaving the program. The checkbox will automatically be selected when encrypting text and deselected when decrypting text.
The messages you want to encrypt must not be longer than 3072 characters.