* Add github/FiloSottile/age

* Add CertMagic

* Remove CertMagic (from this PR)
This commit is contained in:
Herman Slatman 2021-10-09 07:55:38 +02:00 committed by GitHub
parent 74f402d5f1
commit 10f3fdc177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1788,6 +1788,7 @@ _**Unofficial** set of patterns for structuring projects._
* [acmetool](https://github.com/hlandau/acme) - ACME (Let's Encrypt) client tool with automatic renewal.
* [acra](https://github.com/cossacklabs/acra) - Network encryption proxy to protect database-based applications from data leaks: strong selective encryption, SQL injections prevention, intrusion detection system.
* [age](https://github.com/FiloSottile/age) - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
* [argon2-hashing](https://github.com/andskur/argon2-hashing) - light wrapper around Go's argon2 package that closely mirrors with Go's standard library Bcrypt and simple-scrypt package.
* [argon2pw](https://github.com/raja/argon2pw) - Argon2 password hash generation with constant-time password comparison.
* [autocert](https://godoc.org/golang.org/x/crypto/acme/autocert) - Auto provision Let's Encrypt certificates and start a TLS server.