https://github.com/piebro/ncr
a tool to encrypt a text and some encrypted static html pages
https://github.com/piebro/ncr
Last synced: 4 months ago
JSON representation
a tool to encrypt a text and some encrypted static html pages
- Host: GitHub
- URL: https://github.com/piebro/ncr
- Owner: piebro
- Created: 2019-09-24T19:19:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T13:19:25.000Z (over 6 years ago)
- Last Synced: 2025-09-14T20:47:50.607Z (9 months ago)
- Language: HTML
- Homepage: https://piebro.github.io/ncr
- Size: 404 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explaining
With you can encrypt a text with OpenPGP.js.
I use it to show a password protected website by evaluating a encrypted javascript function. Each .html file has everything it needs written in it.
An example is here: the password is 'secret'. You can check out what the source of the decrypted website looks like in the console log.
to make your own secret html page:
1. copy the templetplain.html file and design your page with the javascript function
2. when you finished your design copy the function
3. open the index.html check "edit" on and enter "secret" as the password and past your function in the textarea
4. save the page with a new password and you have your own secret site