Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sobel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sobel
12y ago
I've built a similar piece of javascript crypto: PasswordProtectMyFile.com. It's a single HTML page that can work with internet turned off. The ciphertext is another HTML page with all the javascript needed to decrypt itself. It&#
2.
▲
by
sobel
13y ago
It's all in one html file, so it will work disconnected from the internet. Download or save the page, turn off your internet, open it in a browser, and encrypt with peace of mind (although the javascript could still use off-line storag
3.
▲
by
sobel
13y ago
It's a little clunky, but I do have a process in place for checking that the website matches the code: https://github.com/louissobel/ppmf/blob/master/bin/check_pro...
4.
▲
by
sobel
13y ago
Tested and working with recent Chrome, Firefox, Opera, Safari 6.1+, IE 10+. https://www.passwordprotectmyfile.com/faq . It uses, among others, the Blob API so will not work on older browsers.
5.
▲
by
sobel
13y ago
The encrypted result of this tool contains all the code necessary to decrypt itself (in a web browser). I'm not too familiar with GnuPG, so I don't know if that's different.
6.
▲
Show HN: Password-Protect My File
(passwordprotectmyfile.com)
8 points
by
sobel
13y ago
|
18 comments
7.
▲
Show HN: Server side javascript meta templates
(github.com)
12 points
by
sobel
14y ago
|
2 comments
8.
▲
Show HN: Drapache - serve a dynamic website from your dropbox
(github.com)
98 points
by
sobel
14y ago
|
31 comments