Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass algorithm to the decryptor so we know if our plugin is allowed to run | friendica | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | e2ee algorithms are now pluggable so if you want to roll your own algorithm ↵ | friendica | 2013-11-21 | 1 | -13/+33 |
| | | | | or do something like swap_bytes(rabbit(left_shift(3,triple_aes256(right_shift(base64(text)))))) - go for it. As long as the person at the other end can reverse it, you can do pretty much whatever you want. I'd like to see the NSA crack that one - especially if the algorithm was called something like "dishwasher" or something which didn't provide a lot of clues. | ||||
* | add rabbit and tripledes ciphers - probably need a pconfig to set the default | friendica | 2013-11-11 | 1 | -7/+40 |
| | |||||
* | make e2ee work on tinymce | friendica | 2013-11-11 | 1 | -1/+15 |
| | |||||
* | localise js ui strings for e2ee | friendica | 2013-11-11 | 1 | -3/+3 |
| | |||||
* | because some of the "hints" floating around are pretty pathetic and ↵ | friendica | 2013-11-11 | 1 | -1/+11 |
| | | | | ambiguous and require a few tries. | ||||
* | remove debugging stuff | friendica | 2013-11-11 | 1 | -1/+5 |
| | |||||
* | display encrypted text inline | friendica | 2013-11-11 | 1 | -2/+16 |
| | |||||
* | e2ee | friendica | 2013-11-10 | 1 | -17/+23 |
| | |||||
* | some more doco for how to finish it. | friendica | 2013-11-10 | 1 | -0/+9 |
| | |||||
* | Didn't finish it. Gotta' pee. | friendica | 2013-11-10 | 1 | -0/+72 |
| | |||||
* | add base64 converters which aren't universal across browsers | friendica | 2013-11-10 | 1 | -0/+109 |