- closes #190 by adding a hide/show password button
Treated as "minor" version bump. If there is a need to be able to change the color to not clash with custom design colors, let me know and I'll add a way to do so through the command line.
Unclaimed project
Are you a maintainer of staticrypt? Claim this project to take control of your public changelog and roadmap.
Changelog
Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.
Treated as "minor" version bump. If there is a need to be able to change the color to not clash with custom design colors, let me know and I'll add a way to do so through the command line.
--share-remember flag to allow for auto-decrypt links the activate the remember-me feature. That way you can share a single auto-decrypt link and decrypt multiple pages on that domain--decrypt flag: it's now possible to decrypt files encrypted with StatiCrypt straight from the CLI, meaning you can if you want not keep your unencrypted files anywherestaticrypt test/test.html should output the file in encrypted/test.html, not encrypted/test/test.htmlThis new v1 patch:
I was going to just mark v1 as deprecated but npm statistics show some users are still on it, that way they can benefit from added security as well....
Added support for encrypting multiple files at once :partying_face:
This allows to remove the awkward find ... -exec staticrypt ... - we can now just do staticrypt foo.html bar.html directory/* to encrypt multiple files or a whole folder. This allows things to be neatly organized: you can now have a decrypted/ folder and an encrypted/ folder, and upload your encrypted/ folder whereve...