Add acopw-go to the Security category (#4884)

This commit is contained in:
James Pond 2024-06-25 03:20:12 +00:00 committed by GitHub
parent f5cdcad949
commit 78f31eaaff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2189,6 +2189,7 @@ _Libraries for scientific computing and data analyzing._
_Libraries that are used to help make your application more secure._
- [acmetool](https://github.com/hlandau/acme) - ACME (Let's Encrypt) client tool with automatic renewal.
- [acopw-go](https://sr.ht/~jamesponddotco/acopw-go/) - Small cryptographically secure password generator package for Go.
- [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.