All Projects → BetterCrypto → Applied Crypto Hardening

BetterCrypto / Applied Crypto Hardening

Best Current Practices regarding secure online communication and configuration of services using cryptography.

Projects that are alternatives of or similar to Applied Crypto Hardening

Guidelines.spatie.be
The guidelines used at our company
Stars: ✭ 169 (-75.51%)
Mutual labels:  documentation, best-practices
Architecture Center
Azure Architecture Center
Stars: ✭ 1,207 (+74.93%)
Mutual labels:  documentation, best-practices
Opensource.guide
📚 Community guides for open source creators
Stars: ✭ 9,460 (+1271.01%)
Mutual labels:  documentation, best-practices
Guides
A set of rules we use at @icalialabs to build better software
Stars: ✭ 280 (-59.42%)
Mutual labels:  documentation, best-practices
Bootstrap4 Offline Docs
Bootstrap 4.4 offline documentation
Stars: ✭ 655 (-5.07%)
Mutual labels:  documentation
Awesome Security Hardening
A collection of awesome security hardening guides, tools and other resources
Stars: ✭ 630 (-8.7%)
Mutual labels:  best-practices
Jshashes
Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)
Stars: ✭ 622 (-9.86%)
Mutual labels:  cryptography
Pdoc
🐍 ➡️ 📜 Auto-generate API documentation for Python projects
Stars: ✭ 604 (-12.46%)
Mutual labels:  documentation
Mintotp
Minimal TOTP generator in 20 lines of Python
Stars: ✭ 678 (-1.74%)
Mutual labels:  cryptography
Libsodium.js
libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Stars: ✭ 665 (-3.62%)
Mutual labels:  cryptography
Hashes
Collection of cryptographic hash functions written in pure Rust
Stars: ✭ 649 (-5.94%)
Mutual labels:  cryptography
Website
🌐 The Babel documentation website
Stars: ✭ 631 (-8.55%)
Mutual labels:  documentation
Rando.js
The world's easiest, most powerful random function.
Stars: ✭ 659 (-4.49%)
Mutual labels:  cryptography
Reactjs.org
The React documentation website
Stars: ✭ 6,697 (+870.58%)
Mutual labels:  documentation
Running Elasticsearch Fun Profit
A book about running Elasticsearch
Stars: ✭ 664 (-3.77%)
Mutual labels:  documentation
Documentation
📖 documentation for modern JavaScript
Stars: ✭ 5,443 (+688.84%)
Mutual labels:  documentation
Onboarding
A list of resources we at flyeralarm use to get new developers up and running
Stars: ✭ 648 (-6.09%)
Mutual labels:  best-practices
Docs
Documentation of Vercel and other services
Stars: ✭ 663 (-3.91%)
Mutual labels:  documentation
Awesome Styleguides
📋 A list of styleguides
Stars: ✭ 644 (-6.67%)
Mutual labels:  best-practices
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+842.46%)
Mutual labels:  cryptography

First off: you are welcome to help us! Every reviewer, committer and person interested in discussing our document and changes is a valuable addition to the project. Everybody is invited to work on this document and share their experience and expertise with us or ask questions if something isn't clear to them. Please read CONTRIBUTING document for more information.

HOW TO USE THIS

git.bettercrypto.org

Anonymous (read-only) git cloning:

$ git clone https://git.bettercrypto.org/ach-master.git

As a registered user:

$ git clone https://<myuser>@git.bettercrypto.org/ach-master.git

Where <myuser> is your username on the server. Ask for write permissions if you need them.

Committing changes you made (from within repo-directory):

$ git commit -a
$ git push origin master

Receive latest updates for a previously cloned repository (from within repo-directory):

$ git pull

GitHub

Fork and issue pull requests. Those will be reviewed and if accepted pushed to the main repository hosted on git.bettercrypto.org.

MacTeX

MacTeX misses mweights.sty and may cause a compile error.

sudo tlmgr install mweights

IRC

channel: #bettercrypto network: freenode

IMPORTANT

  • If you reviewed the document and/or made some changes, please add your name to src/acknowledgements.tex (the list of names is sorted alphabetically by last name).
  • Send many smaller commits (pull requests) and not one big one! Big ones tend to be delayed. It's hard to process a huge commit. We need to review everything, please remember.
  • Please also read the FAQ!!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].