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

Inspect Doesn't work post encryption #32

Open
ChintzRuparel opened this issue Oct 20, 2022 · 1 comment
Open

Inspect Doesn't work post encryption #32

ChintzRuparel opened this issue Oct 20, 2022 · 1 comment

Comments

@ChintzRuparel
Copy link

Hey!

I used page crypt to send a sensitive page over to my dev friend.
But after entering the password he cant inspect element the page and fetch the code.
Is this a real world scenario? Like was this done on purpose?

Do lemme know!

Thanks and Regards,
@ChintzRuparel

@MaxLaumeister
Copy link
Owner

Hi Chintz,

After entering the password, there's nothing to prevent someone from using inspect element to view the decrypted page's HTML elements. The decrypted page resides inside of an iframe; the iframe is embedded in the outer page (the PageCrypt tool).

I wonder if your friend might have used the View Source or Network tool instead, which shows the HTML as it was originally transmitted over the wire, encrypted and wrapped by the PageCrypt tool.

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

No branches or pull requests

2 participants