add teler-waf (#4701)

This commit is contained in:
Dwi Siswanto 2023-01-17 14:02:39 +07:00 committed by GitHub
parent 68ed966519
commit 20224e1453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2101,6 +2101,7 @@ _Libraries that are used to help make your application more secure._
- [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in.
- [ssh-vault](https://github.com/ssh-vault/ssh-vault) - encrypt/decrypt using ssh keys.
- [sslmgr](https://github.com/adrianosela/sslmgr) - SSL certificates made easy with a high level wrapper around acme/autocert.
- [teler-waf](https://github.com/kitabisa/teler-waf) - teler-waf is a Go HTTP middleware that provide teler IDS functionality to protect against web-based attacks and improve the security of Go-based web applications. It is highly configurable and easy to integrate into existing Go applications.
- [themis](https://github.com/cossacklabs/themis) - high-level cryptographic library for solving typical data security tasks (secure data storage, secure messaging, zero-knowledge proof authentication), available for 14 languages, best fit for multi-platform apps.
**[⬆ back to top](#contents)**