built with concourse
CRYPTOGRAPHY TOOLS
-
Decrypt a file with AES-256 GCM (a 32-byte hash key) using the
crypto/aes
package. Works with encryptfile. -
Encrypt a file with AES-256 GCM (a 32-byte hash key) using the
crypto/aes
package. Works with decryptfile. -
Get an md5 hash (fingerprint) from an input file using the standard
crypto/md5
package. I also added a flag to read in your.ssh/id_rsa.pub
key to get your ssh fingerprint. -
Get an sha256 hash (fingerprint) from an input file using the standard
crypto/sha256
package. I also added a flag to read in your.ssh/id_rsa.pub
key to get your ssh fingerprint.
MARKDOWN TOOLS
-
Check links in a markdown file.
-
markdown-create-table-of-contents
Parse a markdown file to find
##
,###
to create a table of contents (TOC) for links at github. -
Take a markdown file and “do whatever you want” between the delimiters and output new markdown file.