Robin Moisson
Robin Moisson
Yeah that's in line with the other params, I'll add this in October when I can get a little time to work on that project. Thanks for the suggestion!
Hey @tarpdalton , thanks a lot for this big PR and my sincere apologies for taking so long to answer (3.5 years since you first opened it :roll_eyes: ). It...
Naive solution can be to increase memory limit with `node --max-old-space-size=4096` (of something else, [see here](https://stackoverflow.com/a/38560292/2258657)), there might be a way to encrypt buffers with crypto-js and only load a...
Thank you for reporting the issue - this would take a bit of work and I don't see it as the typical use case or myself working on that in...
Hey @pixel-dust-dev, thank you for reporting and providing a suggested fix. Sorry for the long delay in getting to it. Do you still have an example of a file that...
Thanks @a-nau , looks nice ! I updated this section of the README to change a few things and include your link as well in this commit https://github.com/robinmoisson/staticrypt/commit/02f2efece805807a4856ad1cc9bf5ba8dd1a42b6. Let me...
Thanks for the data @tarpdalton! I agree it would be nice to use the webcrypto API - that would solve any potential adblocker misconfiguration and remove one more dependency. From...
Thanks for the good work @tarpdalton ! Yep, the pain point definitely is the encoding part. The fiddle is quite nice, but when we use `asciiToUint8Array` we assume the text...
We now finally rely on WebCrypto in StatiCrypt! The code was merged in #164 , it's pretty noisy due to wanting to be as compatible as possible with 2.x custom...
StatiCrypt v3 brought more control over the `password_template` and I could add a way to decrypt through the CLI - you just need to add the `--decrypt` flag and StatiCrypt...