Encryption based on XOR. Super-fast file encryption core written on JAVA
Just start it with Windows CMD or PowerShell and input this line:
java GCEncrypt fileToEncrypt.txt password outFile.txt
About var's:
- fileToEncrypt.txt - input file to encrypt
- password - i think it's must be ez for u
- outFile.txt - output file with encrypted bytes
If you need to decrypt your encrypted file, just use this file like a input and use password, which used to encrypt this file
P.S: You can use any passwords with any length.