Quick & simple Java encryptor. Encrypts and decrypts files acording to a integer key.
- Choose if you want to encrypt or decrypt a file.
- Choose an integer key (whole number between
-2147483648
and2147483647
) Do NOT use key0
. - You can also chose a random one by pressing the button.
- Remember this key. It will also by used while decrypting the files.
- Enter the file path.
- Press start and your file will be encrypted
JCryptor is compiled using JDK 16
If you find some bugs, feel free to write them to Issues.
Also the design is awful, I’ll work on that later.