Encryption
I have several encryption projects. After years in netsec I have adopted good habits like don’t roll out your own encryption, don’t reinvent the wheel, don’t complexify usecases - it widens the attack surface.
I know that JavaScript Cryptography Considered Harmful, specifically this.
But at some point you don’t always have ssh-keygen
or gpg --generate-key
under your pillow. You may be in a hurry to generate somehow trustable
encryption (at least more trustable than clear text). Well, chances are that
you DO have a browser near.
These are my two actionable crypto projects - a single browser is sufficient for both.