https://github.com/bcomnes/crypto-spellbook
⚰️ Crypto tools and recipes
https://github.com/bcomnes/crypto-spellbook
Last synced: 6 months ago
JSON representation
⚰️ Crypto tools and recipes
- Host: GitHub
- URL: https://github.com/bcomnes/crypto-spellbook
- Owner: bcomnes
- Created: 2018-03-18T23:12:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T15:20:33.000Z (over 6 years ago)
- Last Synced: 2025-02-02T18:13:50.189Z (over 1 year ago)
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Crypto cookbook
A living collection of resources regarding cryptographic techniques and tools.
- [primitives][primitives]: Crypto primitives and glossary.
- [sodium][sodium]: libsodium information.
- [nacl][nacl]: The precursor to libsodium.
## Knowledge / Quotes
> Emil Bay bret: two hardest problems in sec: key management and bootstrapping trust, so to find an acceptable compromise you have to be very specific with yourself about what it is you want to solve, otherwise you get stuck in paralysis analysis :)