| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop Python 2 support | Arthur de Jong | 2024-07-17 | 1 | -3/+3 |
* | Increase default PBKDF2 iterations to 100000 | Arthur de Jong | 2018-03-11 | 1 | -1/+1 |
* | Add and cleanup docstrings | Arthur de Jong | 2018-02-15 | 1 | -0/+2 |
* | Correctly write a PSKC file with a global IV | Arthur de Jong | 2018-02-09 | 1 | -1/+4 |
* | Implement removing encryption | Arthur de Jong | 2018-02-08 | 1 | -1/+27 |
* | Fix code style issues | Arthur de Jong | 2018-02-08 | 1 | -1/+1 |
* | Add an is_encrypted property | Arthur de Jong | 2017-12-27 | 1 | -0/+12 |
* | Add support for KW-Camellia suite of algorithms | Arthur de Jong | 2017-12-13 | 1 | -2/+16 |
* | Add support for Camellia-CBC suite of algorithms | Arthur de Jong | 2017-12-13 | 1 | -2/+14 |
* | Replace pycrypto with cryptography | Arthur de Jong | 2017-10-09 | 1 | -24/+43 |
* | Use PBKDF2 from hashlib | Arthur de Jong | 2017-10-09 | 1 | -9/+18 |
* | Replace use of pycrypto utility functions | Arthur de Jong | 2017-10-01 | 1 | -11/+9 |
* | Various minor code style improvements | Arthur de Jong | 2017-06-10 | 1 | -2/+2 |
* | Normalise key derivation algorithms | Arthur de Jong | 2017-06-10 | 1 | -5/+26 |
* | Refactor MAC lookups | Arthur de Jong | 2017-06-09 | 1 | -11/+11 |
* | Add sanity checks to unpadding | Arthur de Jong | 2016-12-20 | 1 | -2/+2 |
* | Move XML generation to own module | Arthur de Jong | 2016-09-17 | 1 | -34/+0 |
* | Move document parsing to own module | Arthur de Jong | 2016-09-17 | 1 | -34/+0 |
* | Improve branch coverage | Arthur de Jong | 2016-09-14 | 1 | -3/+8 |
* | Support specifying PRF in setup_pbkdf2() | Arthur de Jong | 2016-09-11 | 1 | -1/+4 |
* | Fix bug in passing explicit key to setup_preshared_key() | Arthur de Jong | 2016-09-11 | 1 | -2/+2 |
* | Clarify encryption.setup_*() documentation | Arthur de Jong | 2016-09-11 | 1 | -2/+2 |
* | Allow global specification of IV | Arthur de Jong | 2016-04-23 | 1 | -9/+13 |
* | Move crypto to functions | Arthur de Jong | 2016-04-23 | 1 | -84/+95 |
* | Remove parse call from constructors | Arthur de Jong | 2016-04-05 | 1 | -2/+1 |
* | Move algorithm uri handling to separate module | Arthur de Jong | 2016-04-05 | 1 | -50/+2 |
* | Move padding functions to crypto package | Arthur de Jong | 2016-04-05 | 1 | -11/+4 |
* | Allow configuring a pre-shared key | Arthur de Jong | 2016-03-26 | 1 | -13/+38 |
* | Allow configuring PBKDF2 key derivation | Arthur de Jong | 2016-03-26 | 1 | -12/+69 |
* | Write MACMethod | Arthur de Jong | 2016-03-26 | 1 | -1/+8 |
* | Write out encrypted values | Arthur de Jong | 2016-03-26 | 1 | -0/+43 |
* | Make Encryption and MAC constructors consistent | Arthur de Jong | 2016-03-26 | 1 | -3/+2 |
* | Write encryption key information | Arthur de Jong | 2016-03-26 | 1 | -3/+35 |
* | Add algorithm_key_lengths property | Arthur de Jong | 2016-03-26 | 1 | -16/+26 |
* | Refactor out EncryptedValue and ValueMAC | Arthur de Jong | 2016-01-24 | 1 | -85/+48 |
* | Normalise algorithm names | Arthur de Jong | 2016-01-24 | 1 | -2/+45 |
* | Add encryption algorithm property | Arthur de Jong | 2016-01-24 | 1 | -0/+23 |
* | Strip XML namespaces before parsing | Arthur de Jong | 2016-01-24 | 1 | -16/+11 |
* | Fix typo in variable name | Mathias Laurin | 2015-11-30 | 1 | -6/+6 |
* | Support Python 3 | Arthur de Jong | 2015-10-06 | 1 | -1/+1 |
* | Fix issue with namespaced PBKDF2 parameters | Arthur de Jong | 2015-10-06 | 1 | -8/+10 |
* | Move encryption functions in pskc.crypto package | Arthur de Jong | 2014-10-09 | 1 | -2/+2 |
* | Rename pskc.parse to pskc.xml | Arthur de Jong | 2014-10-09 | 1 | -3/+3 |
* | PEP8 fix | Arthur de Jong | 2014-06-17 | 1 | -2/+2 |
* | Support PBKDF2 PRF argument | Arthur de Jong | 2014-06-15 | 1 | -5/+9 |
* | Handle missing MAC algorithm properly | Arthur de Jong | 2014-06-14 | 1 | -1/+2 |
* | Have parse module provide find() functions | Arthur de Jong | 2014-06-14 | 1 | -30/+19 |
* | Use get() instead of attrib.get() (shorter) | Arthur de Jong | 2014-06-14 | 1 | -4/+4 |
* | Support kw-tripledes decryption | Arthur de Jong | 2014-05-31 | 1 | -0/+6 |
* | Support kw-aes128, kw-aes192 and kw-aes256 | Arthur de Jong | 2014-05-30 | 1 | -0/+9 |