Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/encryption.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8 fixArthur de Jong2014-06-171-2/+2
* Support PBKDF2 PRF argumentArthur de Jong2014-06-151-5/+9
* Handle missing MAC algorithm properlyArthur de Jong2014-06-141-1/+2
* Have parse module provide find() functionsArthur de Jong2014-06-141-30/+19
* Use get() instead of attrib.get() (shorter)Arthur de Jong2014-06-141-4/+4
* Support kw-tripledes decryptionArthur de Jong2014-05-311-0/+6
* Support kw-aes128, kw-aes192 and kw-aes256Arthur de Jong2014-05-301-0/+9
* Support Tripple DES decryptionArthur de Jong2014-05-291-0/+8
* Raise exception when key derivation failsArthur de Jong2014-05-291-2/+11
* Add test for missing key encryption algorithmArthur de Jong2014-05-291-0/+2
* Support more AES-CBC encryption schemesArthur de Jong2014-05-291-4/+8
* Be more lenient in accepting algorithmsArthur de Jong2014-05-251-12/+2
* Raise an exception if decryption failsArthur de Jong2014-05-251-2/+7
* Make decryption code better readableArthur de Jong2014-05-251-5/+9
* Provide pskc.encryption docstringsArthur de Jong2014-04-191-5/+41
* Implement PBKDF2 key derivationArthur de Jong2014-04-131-0/+64
* Add id attribute from EncryptionKeyArthur de Jong2014-04-131-2/+5
* Support decrypting with a pre-shared keyArthur de Jong2014-04-121-0/+88