Cypher Text is a simple text editor written in C#. This text editor encrypts the text when it saves a file, using AES 256 bit encryption, and decrypts it when it opens the file again. On the menu there are in total only three buttons: Save, Open and About. I have also associated it with the file extension .ctxt so you can open a .ctxt file and it will open the file like a normal text editor with the addition of a password dialog.
What is new in this release:
Version 1.2.1:
- The ability to use this as a normal text editor by clicking cancel on the password dialog. If the file is not encrypted and a password is entered, an error will occur.
- Enabled all file extensions instead of just .ctxt in the open and save dialogs.
What is new in version 1.2.1:
Version 1.2.1:
- The ability to use this as a normal text editor by clicking cancel on the password dialog. If the file is not encrypted and a password is entered, an error will occur.
- Enabled all file extensions instead of just .ctxt in the open and save dialogs.
評論沒有發現