Skip to content

Simple utility to encrypt and decrypt using private key

Notifications You must be signed in to change notification settings

adrpino/derpcipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Derpcipher

Simple private key encryption tool for small files. It uses Golang version of NaCL SecretBox. Basic structure of the CLI is a shameless copy from dep tool :3

Installation

go get github.com/adrpino/derpcipher

Usage

Interactive (asks for text and password)

derp cipher

TODO

  • Implement decipher command
  • Reading and writing to files
  • Read pass from environment pass

About

Simple utility to encrypt and decrypt using private key

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages