From 8b298cd318c5d8107806eea28b53ac18c281f059 Mon Sep 17 00:00:00 2001 From: Felix <124020340+FelixsJiang@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:01:52 +0800 Subject: [PATCH] add selefra --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b14492c..8601875b 100644 --- a/README.md +++ b/README.md @@ -2102,6 +2102,7 @@ _Libraries that are used to help make your application more secure._ - [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. +- [selefra](https://github.com/selefra/selefra) - An open-source policy-as-code software that provides analytics for multi-cloud and SaaS. - [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.