dirkschumacher / encryptedRmd

🔑 Password protected markdown html reports in R using libsodium
Other
168 stars 5 forks source link

encrypt with a folder #18

Open agricolamz opened 4 years ago

agricolamz commented 4 years ago

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 process with encryptedRmd goes well.

There are also possibility to have relative paths, so an encrypting/decrypting process with encryptedRmd goes well, but files with relative paths are not included in it.

Here is an example.

I used the version 0.2.09

Is it possible to run encrypt_html() function with a folder?

dirkschumacher commented 4 years ago

Not possible at the moment, sorry.