Skip to content

An easy project on encryption and decryption of string in java using comandline arguments.

Notifications You must be signed in to change notification settings

shivamkaushik12007/Encryption-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption-Decryption

An easy project on encryption and decryption of string in java using comandline arguments.

Example:

java Main -mode enc -in road_to_treasure.txt -out protected.txt -key 5 -alg unicode

This command must get data from the file road_to_treasure.txt, encrypt the data with the key 5, create a file called protected.txt and write ciphertext to it.

Input:

java Main -mode enc -key 5 -data "Welcome to hyperskill!" -alg unicode

Output:

\jqhtrj%yt%m~ujwxpnqq&

Clone the repository and then run the folder project in compiler directly

About

An easy project on encryption and decryption of string in java using comandline arguments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published