Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lahdekorpi/purnukka
A tiny browser and URL based encryption tool to share text safely
https://github.com/lahdekorpi/purnukka
Last synced: 10 days ago
JSON representation
A tiny browser and URL based encryption tool to share text safely
- Host: GitHub
- URL: https://github.com/lahdekorpi/purnukka
- Owner: lahdekorpi
- License: mit
- Created: 2016-04-18T11:24:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T12:21:18.000Z (over 8 years ago)
- Last Synced: 2024-11-12T14:24:14.410Z (about 2 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purnukka
A tiny browser and URL based encryption tool to share text safely.*[Hosted in GH pages](https://lahdekorpi.github.io/purnukka/)*
With this tool, you can create URL's that contain your password encrypted message in the hash part of the URL.
Opening this URL shows a decryption UI that'll let you decrypt the message with the password.It's fully on the client side and runs on JavaScript with [crypto-js](https://github.com/brix/crypto-js). The data, even when encrypted isn't being sent to the server.
![Screenshot of the encryption](http://pic.useful.fi/9e9a21c9bf62752e02661084272503e4.png)
![Screenshot of the decryption](http://pic.useful.fi/fcf56bb2c5f523c5092e258741ca15d2.png)
Uses Bootstrap with the [Simplex](http://bootswatch.com/simplex/) theme and [crypto-js](https://github.com/brix/crypto-js).
Data is encrypted with AES.License: MIT