[PR #125] [MERGED] Add secrets.clj #141

Closed
opened 2025-11-06 09:10:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)

📄 Description

The secrets.clj is 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.clj is an implementation of the secrets module 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/125 **Author:** [@lk-geimfari](https://github.com/lk-geimfari) **Created:** 10/8/2020 **Status:** ✅ Merged **Merged:** 10/8/2020 **Merged by:** [@sobolevn](https://github.com/sobolevn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2d73b84`](https://github.com/sobolevn/awesome-cryptography/commit/2d73b8468e4063d0a4261612b02f9e6f1607e02e) Add secrets.clj ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) </details> ### 📄 Description The [`secrets.clj`](https://github.com/lk-geimfari/secrets.clj) is 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.clj` is an implementation of the `secrets` module from Python's standard library for Clojure. It's dead simple but [can be pretty useful](https://github.com/lk-geimfari/secrets.clj#recipes-and-best-practices). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 09:10:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#141