summaryrefslogtreecommitdiff
path: root/src/leap/soledad/backends/sqlcipher.py
AgeCommit message (Expand)Author
2013-06-20Split client and server in two different packages and refactor.drebs
2013-06-05Use scrypt to derive key for local encryption.drebs
2013-06-03Add cipher, hmac and kdf info to docstrings.drebs
2013-05-31Add SQLCipher API to SQLCipher backend.drebs
2013-05-01Fix some items from second review.drebs
2013-04-25Fix symmetric encryption when syncing.drebs
2013-04-23Add encryption_scheme property to LeapDocument.drebs
2013-04-23Separate crypto-related stuff from Soledad class.drebs
2013-04-09Eliminate the use of super() in main code.drebs
2013-04-08Add a LOT of docstrings.drebs
2013-03-10Remove monkeypatch logging for now.drebs
2013-03-07Move source files to proper subdirectory.drebs