From 401caadc54d6a43e855461ca2c2bf3dd809c723c Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Thu, 8 Oct 2020 11:58:06 +0300 Subject: [PATCH] Add secrets.clj (#125) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f7a4f29..42bdcbd 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,9 @@ A curated list of cryptography resources and links. - [buddy-core](https://funcool.github.io/buddy-core/latest/) - Cryptographic Api. - [clj-crypto](https://github.com/macourtney/clj-crypto/) - Wrapper for Bouncy Castle. - [pandect](https://github.com/xsc/pandect) - Fast and easy-to-use Message Digest, Checksum and HMAC library for Clojure. +- [secrets.clj](https://github.com/lk-geimfari/secrets.clj) - A Clojure library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. + + ### Common Lisp