Settings

Theme

Password-Protect Anything in the Browser

pub.jattebra.us

2 points by funnymunny 2 years ago · 2 comments

Reader

funnymunnyOP 2 years ago

Apply password protection to anything with a dead-simple app that runs entirely client-side. Encryption is handled by RustCrypto and is executed in your browser as WASM.

How does it work? You enter a password, which Argon2 converts to a 256 bit key. That key is then used to encrypt and decrypt via AES256. As a bonus, all plaintext is compressed prior to encryption.

This app was purpose built to delight its creators. We love all feedback and contributions nonetheless!

michael_munson 2 years ago

This is dope

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection