Skip to content

A program to encrypt and decrypt text using a combination of transposition and permutation ciphers

Notifications You must be signed in to change notification settings

ThejanRupasinghe/ProductCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

A program to encrypt and decrypt text using a combination of transposition and permutation ciphers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages