Greenheart / pagecrypt

Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
233 stars 25 forks source link

Add support for custom decryption HTML templates #33

Open Greenheart opened 2 years ago

Greenheart commented 2 years ago

Add option to use a custom HTML template, and use the JS decryption code together with any html template that provides the right elements like a password form.

Or export the decryption helpers and let users create custom templates with more control.

If anyone wants this feature, feel free to submit a PR implementing this! 😊


Notes from initial research:

quintenbuijs2006 commented 2 years ago

I currently have a website that i want the pagecrypt on but i would like it to look more like my site, this is how my website looks: https://prnt.sc/AChehinQfhXX so i would like it to look more like that. Is that possible? And how can i do that. I have forked the project.

quintenbuijs2006 commented 2 years ago

I used the command npx pagecrypt index.html encrypted-index.html mypassword

quintenbuijs2006 commented 2 years ago

?