staticrypt icon indicating copy to clipboard operation
staticrypt copied to clipboard

Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.

Results 50 staticrypt issues
Sort by recently updated
recently updated
newest added

Attempting to run staticrypt via `npx` and the resulting file is not rendering in-place as I expect it to ### What's happening I enter the command: ```bash npx staticrypt --short...

bug

I was making a github pages site and was looking for a way to lock a entire folder, until the password is entered. Is this possible with staticrypt? thanks.

![](https://raw.githubusercontent.com/dearDreamWeb/picture/main/others/14babd228a6c02f76f705197bad359e7.gif)

Fixes #196 Add support for the `--overwrite` flag to overwrite files in-place. * **cli/helpers.js** - Add `overwrite` parameter to `getFullOutputPath` and `recursivelyApplyCallbackToHtmlFiles` functions. - Update `parseCommandLineArguments` to include the `--overwrite`...

Please, add batch upload of multiple html-files for encryption🤝

I was reading through the example HTML file and saw some `` tags: https://github.com/robinmoisson/staticrypt/blob/27a564ac611e01f0b3589e56eb36df1f8b54381d/example/encrypted/example.html#L10-L13 I'm pretty sure these cache control directives are ignored by browsers, so they should probably be...

My understanding is that `-d .` can be used to specify that files should be overwritten. For single files that seems to work `staticrypt index.html -d . -p mylongpassword` For...

### What's happening When I visit an existing staticcrypt web page which password has been changed, then firefox tab crashes. Note that I had enabled the "Remember me" checkbox. I've...

bug

I'm trying to access a site encrypted with Staticcrypt ### What's happening When I do ... then this happens: Access the website - Staticrypt spinner is visible - error in...

bug

my intention is to integrate it with Middleman pipeline https://middlemanapp.com/advanced/external-pipeline/