summaryrefslogtreecommitdiff
path: root/src/leap/soledad/crypto.py
AgeCommit message (Expand)Author
2013-06-20Split client and server in two different packages and refactor.drebs
2013-06-05Remove strict dependency on leap.common.drebs
2013-06-05Move symmetric encryption/decryption code from leap.common to leap.soledad.drebs
2013-05-21Increase storage secret size and use half of it to get the local storage pass...drebs
2013-05-21Change symmetric encryption scheme to use AES256.drebs
2013-05-17Use leap.common.crypto and AES-256 CTR for symmetric encryption.drebs
2013-05-15Add MAC authentication to encrypted docs.drebs
2013-05-13Encrypt storage secret using scrypt KDF.drebs
2013-04-30Use uuid instead of address.drebs
2013-04-25Remove base64 encoding of hashes.drebs
2013-04-23Completelly switch to Key Manager for crypto.drebs
2013-04-23Add encryption_scheme property to LeapDocument.drebs