I made this simple notepad that encrypts the text using two important algorithms.
This software is developed by me from a simple notepad shared by oracle (official source) my activity was adding the part of the encoding of text by using two symmetric encoding algorithms (DES).
the link to get this file is Encryptable notepad
If you want to encode text, you can follow these steps:
- click on showCryptBox
- select encoding, insert code and press ok
the encoded text is saved in the same folder where you have saved the original file or it is in the folder of the jar file DocumentEditor.jar
This file has the name of your original file and the tail .key
To encode text is enough to click to file->open and click to decode button, then you can open the file and choose the encoding algorithm and insert the code.
The libraries used to make this software are Java AWT, SWING and the standard crypto lib.