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
2. Download latest version in [releases](https://github.com/BoyBACKS/XOREncrypt/releases) tab.
16
-
3. Open command prompt in folder and run command.
17
+
3. Open command prompt in folder and run command below or use `start.bat` file included in zip folder.
17
18
```bach
18
19
java -jar XOREncrypt-1.0.jar
19
20
```
20
-
4. Enjoy the encryption program. 😎
21
+
4. Put files in folders.
22
+
5. Enjoy the encryption program. 😎
23
+
24
+
## How to use this app
25
+
Program will automatically create 3 folders `input`, `encrypt`, `output`.
26
+
After starting you can put files inside folders, for encryption put files in `input` folder and encrypted file will pop up in
27
+
`encrypt` folder, for decryption put files ex. `fileExtension-xOrƎ-fileName.XORe` in `encrypt` folder and
28
+
decrypted file will pop up in `output` folder.
29
+
30
+
All encryption and decryption processes requiring encryption key word which you can enter or use file `key.properties`,
31
+
program will also ask you if you want to save key word in to a file.
32
+
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.
21
34
22
35
## What is XOR
23
36
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.
@@ -29,6 +42,8 @@ Pull requests are always welcome. For bigger changes, please open an issue first
29
42
30
43
## To Do
31
44
-[ ] Add gui using JFrame where you can manage everything
0 commit comments