Encrypt (password protect) Rmd and html documents
Open
Nobody has claimed this yet.
documentation
security
- Dominant language
- No language data
- Stars
- 17
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Use cases:
- knit Rmd with encryption
- Encrypt any html output
library(encryptedRmd)
encrypt_html_file("devel/example/test.html", output_path = "docs/test.encrypted.html")
#> The key to your file is: 70ca2dbb8f44908bdd12fe20df4b4cce36fb44cc0b482d96cd9704312ee7cb3b
#> Your file has been encrypted and saved at docs/test.encrypted.html
You can take a look at the live example here and use the key printed above to decrypt it.
More info here
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the referenced README.md, devel/example/test.html, and the linked live encrypted example. The issue does not specify what change is expected in the resources repository, so clarify the desired resource, scope, and acceptance criteria before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, r
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100