encryptedRmd icon indicating copy to clipboard operation
encryptedRmd copied to clipboard

πŸ”‘ Password protected markdown html reports in R using libsodium

Results 13 encryptedRmd issues
Sort by recently updated
recently updated
newest added

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Is there a way to encrypt files with a known key and not a randomly generated one?

[htmlvault](https://github.com/dirkschumacher/htmlvault) now contains the encryption part of the package, so {encryptedRmd} can focus on the rmd part.

enhancement

Not sure, why the whole project is classified as html ...

In most cases `.Rmd` is self including, so if you insert an image, it will use data URI scheme. That means everything is inside one `.html` file, so an encrypting/decrypting...

enhancement

This would then allow human entered passwords that are not perfectly random. However the node packages does not support that at the moment

enhancement

It would be great if another pair of eyes could look at the security of the package. In particular the encryption. Relevant lines are here (only 3: key, nonce and...

help wanted

With a JS pdf viewer like Mozilla's pdf.js that would be possible.