Skip to content

Instantly share code, notes, and snippets.

View AliceWonderMiscreations's full-sized avatar

Alice Wonder AliceWonderMiscreations

  • Alice Wonder Miscreations
View GitHub Profile
#!/bin/bash
# RSA 3072-bit
# Tested - works for me. Line number notes assume first line is line 1
# Modify lines 85-88, 90 for your own identity (leave ${FQDN} line alone)
# Modify line 19 for your openssl/libressl binary path
# Modify line 20 for your certbot path
@atoponce
atoponce / gist:07d8d4c833873be2f68c34f9afc5a78a
Last active March 19, 2024 17:24 — forked from tqbf/gist:be58d2d39690c3b366ad
Cryptographic Best Practices

Cryptographic Best Practices

Putting cryptographic primitives together is a lot like putting a jigsaw puzzle together, where all the pieces are cut exactly the same way, but there is only one correct solution. Thankfully, there are some projects out there that are working hard to make sure developers are getting it right.

The following advice comes from years of research from leading security researchers, developers, and cryptographers. This Gist was [forked from Thomas Ptacek's Gist][1] to be more readable. Additions have been added from