El RIDO
|
788ea67b49
fixing server interaction in JS, simple pastes now work
|
před 7 roky |
El RIDO
|
0f42bd818f
quiescing JS unit tests
|
před 7 roky |
Harald Leithner
|
4aab3c0061
Encode key as base58
|
před 7 roky |
El RIDO
|
5652a43d1d
adding js test to generate v2 example pastes to be used in the development of the server side logic, adding one of these into the helper class of the php tests
|
před 7 roky |
rugk
|
ba3efefc7b
Add warning for insecure HTTP
|
před 7 roky |
El RIDO
|
e418b083e8
Merge branch 'master' into webcrypto
|
před 7 roky |
rugk
|
c2a46b7af7
Make JS function more robust
|
před 7 roky |
El RIDO
|
79a858f176
extracting only the 16 hex characters of the query string as paste ID, addressing #396
|
před 7 roky |
El RIDO
|
0ee86f33da
key in version 2 is raw value instead of base64 (which reduces its complexity), made PasteDecryptor support both versions of the format, refactoring method names, replacing var by let / const, reducing zlib compression level from 9 to 7 to half the time spent on compression
|
před 7 roky |
El RIDO
|
be69e4a50f
simplify password catenation in version 2, to avoid potential key derivation weakening
|
před 7 roky |
El RIDO
|
0ad5b3e900
implement zlib via web assembly, replacing rawdeflate library
|
před 7 roky |
El RIDO
|
5ce3aa2817
increase PBKDF2 iterations further, as suggested in #350
|
před 7 roky |
El RIDO
|
0ab06e34ec
initial refactoring for support of version 2 paste format, some cleanup on the side
|
před 7 roky |
El RIDO
|
5b00f4ead7
further code deduplication
|
před 7 roky |
El RIDO
|
4c3fb3fe63
reduce code duplication
|
před 7 roky |
El RIDO
|
717e5b0e57
addressing issues found by codacy
|
před 7 roky |
El RIDO
|
0f76b9066d
remove SJCL library
|
před 7 roky |
El RIDO
|
2d7996570e
typos, documentation
|
před 7 roky |
El RIDO
|
2929d5c17a
fixing async comment nicknames
|
před 7 roky |
El RIDO
|
a08fed1add
ensure promises can be collected
|
před 7 roky |
El RIDO
|
35045bb69a
improving error handling
|
před 7 roky |
El RIDO
|
100d955e1a
address decryptComments() async compatibility
|
před 7 roky |
El RIDO
|
ff8ec5a1a0
address decryptOrPromptPassword(), decryptPaste() and decryptAttachment() async compatibility
|
před 7 roky |
rugk
|
17131f3172
Add verys important return to ensure Promise chain works
|
před 7 roky |
rugk
|
746debf586
Adjust functions using Uploader.setData to handle promises
|
před 7 roky |
rugk
|
94a352e7f5
Fix eslint config and issues
|
před 7 roky |
El RIDO
|
b191e2c437
Merge remote-tracking branch 'origin/master' into webcrypto
|
před 8 roky |
El RIDO
|
8b71cb0b2f
properly escaping HTML in raw text mode, fixes #358
|
před 8 roky |
El RIDO
|
b97ac08003
improving tests, correcting cipher
|
před 8 roky |
El RIDO
|
0dbbb61d11
implementing web crypto API for encryption
|
před 8 roky |