oej / Applied-Crypto-Hardening

Paper (DRAFT) on Best Current Practices regarding the configuration of cyptographic tools and online communication

Home Page:https://bettercrypto.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!

About

Paper (DRAFT) on Best Current Practices regarding the configuration of cyptographic tools and online communication

https://bettercrypto.org


Languages

Language:TeX 98.4%Language:Perl 1.4%Language:Makefile 0.1%Language:Lua 0.1%Language:Shell 0.0%