aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/crypto.js
Commit message (Collapse)AuthorAgeFilesLines
* move cryptojs to addonMario Vavti2020-08-221-273/+5
|
* use the default setting and also add the mode to the cipher. aes-128 is to ↵Mario Vavti2020-08-211-4/+4
| | | | be preferred over aes-256 according to bruce schneier https://www.schneier.com/blog/archives/2009/07/another_new_aes.html#c386957
* first cut on implementing additional encryption with the SJCL library. aes ↵Mario Vavti2020-08-201-1/+93
| | | | only and no backward compatibility.
* Let user cancel the red_encrypt dialogueKlaus2014-02-181-2/+5
| | | If the user press cancel on the prompt also cancel the encryption. Maybe should also add this to passhint promt.
* move js files from corefriendica2014-01-041-0/+291