ThejanRupasinghe/ProductCipher
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a Java SE project created with NetBeans. Source code is in "src" folder. To run the program in terminal : 1. Go to "dist" folder in terminal. 2. Execute command : java -jar "ProductCipher.jar" , and follow the instructions in the terminal. 3. The encrypted or decrypted text will be displayed and written to a file (encrypted_yourFileName.txt/decrypted_yourFileName.txt) according to your selection. 4. Created file can be found in the "dist". To run in NetBeans : 1. Open the folder in NetBeans, and click on run and follow the instructions. 2. The encrypted or decrypted text will be displayed and written to a file (encrypted_yourFileName.txt/decrypted_yourFileName.txt) according to your selection. 3. Created file can be found in the root or "ProdcutCipher" directory. (Same location as this README.txt file is in)