Skip to content

traherom/gocrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Gocrypt's functions are designed to simplify the use of Golang's default crypto package. In particular, the first version of this repo includes AES helper functions that work with io.Readers and io.Writers, rather than []byte arrays directly. This has the benefit of allowing files to be used directly, rather than having to either load the entire file into RAM.

Docs

As with all Go packages, documentation can be found on godoc.org.

Install

 $ go get github.com/traherom/gocrypt

About

Golang encryption helper functions. In particular, designed to make it simple to encrypt large (mega or gigabyte-sized) chunks of data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages