forked from area/brainwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchanges.txt
15 lines (14 loc) · 856 Bytes
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"javascript-file-encrypter"
Source code: https://tutorialzine.com/2013/11/javascript-file-encrypter
Changes:
- Download latest jquery-3.3.1.min.js, save this to assets/js,
and include this from local file. Now this can working without Internet-connection.
- Change background color to grey, for step 3.
Loading passwords by file:
- Add upload-button for load password from text file. Style added.
- Add openFile function there to load text field by file value.
- Change source code to do downloading files without base64 encoding.
There was been double Base64 and file size was been growing.
Now all files can be downloading as binary data. Base64 using only for pre-cumputing.
- Add "Salted__" checking for encrypted file, when decryption.
- folder assets renamed to index_files. Now this folder is autocopyable when index.html copyed.