You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,15 @@ program will also ask you if you want to save key word in to a file.
32
32
33
33
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.
34
34
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
+
35
44
## What is XOR
36
45
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.
0 commit comments