Skip to content

brandur/simplebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplebox

build status GoDoc

Package simplebox provides a simple, easy-to-use cryptographic API where all of the hard decisions have been made for you in advance. The backing cryptography is XSalsa20 and Poly1305, which are known to be secure and fast.

This package is a Golang port of the RbNaCl module of the same name.

Installation and Usage

go get github.com/brandur/simplebox

Please see godoc for usage information and examples.

About

Package simplebox provides a simple, easy-to-use cryptographic API where all of the hard decisions have been made for you in advance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages