Skip to content

nownabe/cryptography

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cryptography

cryptography is a command line tool to encrypt/decrypt files.

Install

go get -u github.com/nownabe/cryptography

Encrypt

The length of encryption_key must be 16 or 32 bytes.

cryptography enc -in input_path -out output_path -key encryption_key

Decrypt

cryptography dec -in input_path -out output_path -key encryption_key

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages