This commit is contained in:
John Arundel 2024-12-01 06:00:42 +00:00 committed by GitHub
parent 15c9168d2b
commit 76640fafb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2303,6 +2303,7 @@ _Libraries that are used to help make your application more secure._
- [optimus-go](https://github.com/pjebs/optimus-go) - ID hashing and Obfuscation using Knuth's Algorithm. - [optimus-go](https://github.com/pjebs/optimus-go) - ID hashing and Obfuscation using Knuth's Algorithm.
- [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library. - [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library.
- [passwap](https://github.com/zitadel/passwap) - Provides a unified implementation between different password hashing algorithms - [passwap](https://github.com/zitadel/passwap) - Provides a unified implementation between different password hashing algorithms
- [qrand](https://github.com/bitfield/qrand) - Client for the ANU Quantum Numbers (AQN) API, providing quantum-mechanically secure random data.
- [secret](https://github.com/rsjethani/secret) - Prevent your secrets from leaking into logs, std\* etc. - [secret](https://github.com/rsjethani/secret) - Prevent your secrets from leaking into logs, std\* etc.
- [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins. - [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins.
- [secureio](https://github.com/xaionaro-go/secureio) - An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519. - [secureio](https://github.com/xaionaro-go/secureio) - An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519.