Add memguard. (#1536)

This commit is contained in:
Awn 2017-08-11 23:34:16 +05:00 committed by Kirill Danshin
parent 60f28320d9
commit 08a6c7585d

View File

@ -925,6 +925,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [BadActor](https://github.com/jaredfolkins/badactor) - In-memory, application-driven jailer built in the spirit of fail2ban
* [go-yara](https://github.com/hillu/go-yara) - Go Bindings for [YARA](https://github.com/plusvic/yara), the "pattern matching swiss knife for malware researchers (and everyone else)"
* [lego](https://github.com/xenolf/lego) - Pure Go ACME client library and CLI tool (for use with Let's Encrypt)
* [memguard](https://github.com/awnumar/memguard) - A pure Go library for handling sensitive values in memory.
* [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library.
* [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins.
* [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.