Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decryption tool, so that encrypted pages can be edited again #19

Open
MaxLaumeister opened this issue Nov 1, 2020 · 2 comments
Open

Comments

@MaxLaumeister
Copy link
Owner

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.

@swordsx48
Copy link

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

@PhrostyWatches
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants