PageCrypt icon indicating copy to clipboard operation
PageCrypt copied to clipboard

Decryption tool, so that encrypted pages can be edited again

Open MaxLaumeister opened this issue 4 years ago • 2 comments

It could be useful to have a decryption tool, so that you could take a page that's been encrypted by PageCrypt and run it through the tool (with the password) to edit the HTML again.

The code for this would look similar to what the PageCrypt template does to decrypt the page, except that the tool would then initiate a browser download of the unencrypted page html file.

MaxLaumeister avatar Nov 01 '20 02:11 MaxLaumeister

+1 I could use this! can't find the html I wrote prior to encrypting...🧐

swordsx48 avatar Dec 03 '22 12:12 swordsx48

Can you access your html with the password? if so, simply save the decrypted page to get your html page back. it looks like it creates an iframe for the decrypted page and you can see the original html by inspecting it. Viewing Source Code doesn't work, but using Inspect in Chromium based browsers seems to do the trick.

PhrostyWatches avatar Jan 27 '23 17:01 PhrostyWatches