achook / encrypt

encrypt encypts small files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encrypt

encrypt encypts small files using AES-256, key derivation is done using scrypt algorithm

Licensed under MIT License

build

$ go get golang.org/x/crypto/scrypt
$ go build ./encypt.go

About

encrypt encypts small files

License:MIT License


Languages

Language:Go 100.0%