Skip to content

lnxwizard/octopus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is octopus?

octopus is encrtyptor and decryptor for your files.

About

  • Developer: @lnxwizard
  • Version: 1.0.0
  • Language: Go

How to Use?

  • 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>

Examples

Encryption Example
encrypt my-passwords.txt my-passwords-encrypted.txt 1234
Decryption Example
decrypt my-passwords-encrypted.txt my-passwords-decrypted.txt 1234