mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2026-07-18 11:32:21 -05:00
[PR #125] [MERGED] Add secrets.clj #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/125
Author: @lk-geimfari
Created: 10/8/2020
Status: ✅ Merged
Merged: 10/8/2020
Merged by: @sobolevn
Base:
master← Head:master📝 Commits (1)
2d73b84Add secrets.clj📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
README.md(+3 -0)📄 Description
The
secrets.cljis a library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.The
secrets.cljis an implementation of thesecretsmodule from Python's standard library for Clojure.It's dead simple but can be pretty useful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.