octopus is encrtyptor and decryptor for your files.
- Developer: @lnxwizard
- Version: 1.0.0
- Language: Go
- Open Command Prompt or Terminal and type them order:
git clone https://github.com/lnxwizard/octopus.git
cd octopus/bin
- Replace <encrypt/decrypt> with encrypt or decrypt
<encryot/decrypt> <input_file> <output_file> <password>
Encryption Example
encrypt my-passwords.txt my-passwords-encrypted.txt 1234
Decryption Example
decrypt my-passwords-encrypted.txt my-passwords-decrypted.txt 1234