Skip to content

Commit 91397cf

Browse files
committed
2 parents aca4d20 + 20e5591 commit 91397cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ program will also ask you if you want to save key word in to a file.
3232

3333
For all functions to work correctly you will need a key word that can be stored in `key.properties` file or manually on piece of paper.
3434

35+
## How to use this app
36+
There is 4 files: input.txt, encryption.data, output.txt and key.properties. Files are generated automaticly.
37+
First of all you need to paste some text or data in `input.txt`, after that program will ask you for key word for example `crocodile.` Key word can be saved in `key.properties` file and store in somekind of storage.
38+
Next program will ask to select encrypting or decrypting. Make sure that files aren't empty. Once selected, the program will start encryption and decryption based on your selection.
39+
40+
If you selected encryption output will be in `encryption.data` file but if you seleced decryption output will be in `output.txt` file.
41+
42+
For all functions you need key word that can be stored in `key.properties` file or manually on piece of paper.
43+
3544
## What is XOR
3645
XOR is one of the best encryption that use special key word. The XOR encryption algorithm is an example of symmetric encryption where the same key is used to both encrypt and decrypt a message.
3746

0 commit comments

Comments
 (0)