import "github.com/kisom/aescrypt"
CryptoBox is a set of packages that provide core functions for safely employing cryptography, while using FIPS ciphers as the underlying cryptographic primitives. It is heavily inspired by [NaCL](http://nacl.cace-project.eu/) The aim is provide developers with a well-documented, properly-written, FIPS-compliant set of tools for proper encryption. CryptoBox is both the name of the suite and the name of module that is expexpected to be relevant to most developers.
const VersionString = "1.0.1"| Path | Synopsis |
|---|---|
| box | box is used to authenticate and secure messages using public-key cryptography. |
| secretbox | secretbox is used to authenticate and secure small messages. |
| stoutbox | stoutbox is used to authenticate and secure messages using public-key cryptography. |
| strongbox | strongbox is used to authenticate and secure small messages. |
Updated 2017-03-22. Refresh now. Tools for package owners. This is an inactive package (no imports and no commits in at least two years).