Skip to content

voutasaurus/box

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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

box

box is a tool for encrypting and decrypting files using secretbox

usage

Generate a secretbox key

$ box generate
J5s5xEl3TskRnwHUZI3lYPMf7RFRwvD2PVoHWxMF0m0=

Set BOX_KEY environment variable

$ export BOX_KEY='J5s5xEl3TskRnwHUZI3lYPMf7RFRwvD2PVoHWxMF0m0='

[NB: J5s5xEl3TskRnwHUZI3lYPMf7RFRwvD2PVoHWxMF0m0= is a demonstration key, do not use this key]

Seal a file

$ box seal plain.txt > cipher.txt

Open a sealed file

$ box open cipher.txt > plain.txt

install

$ go get github.com/voutasaurus/box

contributions

PRs welcome

About

a tool for encrypting and decrypting files using secretbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages