| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase default PBKDF2 iterations to 100000 | Arthur de Jong | 2018-03-11 | 1 | -1/+1 |
* | Implement removing encryption | Arthur de Jong | 2018-02-08 | 1 | -1/+22 |
* | Add support for KW-Camellia suite of algorithms | Arthur de Jong | 2017-12-13 | 1 | -0/+30 |
* | Add support for Camellia-CBC suite of algorithms | Arthur de Jong | 2017-12-13 | 1 | -0/+33 |
* | Replace pycrypto with cryptography | Arthur de Jong | 2017-10-09 | 1 | -1/+6 |
* | Fix typo in test | Arthur de Jong | 2016-12-20 | 1 | -4/+4 |
* | Allow MAC over plaintext or ciphertext | Arthur de Jong | 2016-12-20 | 1 | -0/+9 |
* | Improve branch coverage | Arthur de Jong | 2016-09-14 | 1 | -1/+20 |
* | Support specifying PRF in setup_pbkdf2() | Arthur de Jong | 2016-09-11 | 1 | -2/+6 |
* | Fall back to encryption key for MAC | Arthur de Jong | 2016-04-23 | 1 | -0/+11 |
* | Allow global specification of IV | Arthur de Jong | 2016-04-23 | 1 | -0/+11 |
* | Allow configuring PBKDF2 key derivation | Arthur de Jong | 2016-03-26 | 1 | -0/+58 |
* | Allow configuring a MAC key | Arthur de Jong | 2016-03-26 | 1 | -0/+27 |
* | Improve tests and test coverage | Arthur de Jong | 2016-03-19 | 1 | -5/+7 |
* | Re-organise test files | Arthur de Jong | 2016-01-30 | 1 | -8/+8 |
* | Add encryption algorithm property | Arthur de Jong | 2016-01-24 | 1 | -1/+5 |
* | Support Python 3 | Arthur de Jong | 2015-10-06 | 1 | -26/+33 |
* | Add MAC tests to all CBC encrypted keys | Arthur de Jong | 2014-06-14 | 1 | -0/+16 |
* | Support kw-tripledes decryption | Arthur de Jong | 2014-05-31 | 1 | -0/+11 |
* | Support kw-aes128, kw-aes192 and kw-aes256 | Arthur de Jong | 2014-05-30 | 1 | -0/+28 |
* | Support Tripple DES decryption | Arthur de Jong | 2014-05-29 | 1 | -0/+11 |
* | Add test for all AES-CBC encryption schemes | Arthur de Jong | 2014-05-29 | 1 | -0/+44 |