mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 14:21:47 +08:00
Add SafeDep/vet to security libraries list (#5836)
This commit is contained in:
parent
bbc8f5dcdb
commit
c045909b7c
@ -2291,6 +2291,7 @@ _Libraries that are used to help make your application more secure._
|
||||
- [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
|
||||
- [qrand](https://github.com/bitfield/qrand) - Client for the ANU Quantum Numbers (AQN) API, providing quantum-mechanically secure random data.
|
||||
- [SafeDep/vet](https://github.com/safedep/vet) - Protect against malicious open source packages.
|
||||
- [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.
|
||||
- [secureio](https://github.com/xaionaro-go/secureio) - An keyexchanging+authenticating+encrypting wrapper and multiplexer for `io.ReadWriteCloser` based on XChaCha20-poly1305, ECDH and ED25519.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user