summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Encryption.py
Commit message (Expand)AuthorAgeFilesLines
* Encryption: fixed base64 decode failure messageChris St. Pierre2014-01-071-1/+1
* Encryption: better error message when base64 decode failsChris St. Pierre2014-01-021-1/+10
* Encryption: fixed unit testsChris St. Pierre2013-12-051-4/+4
* testsuite: fixed unit testsChris St. Pierre2013-03-281-1/+5
* don't treat "encrypt" setting as an encryption passphraseChris St. Pierre2013-01-241-1/+4
* fixed bruteforce decryption when there are no passphrasesChris St. Pierre2012-10-241-1/+1
* wrote unit tests for encryptionChris St. Pierre2012-09-281-10/+13
* expanded pylint coverageChris St. Pierre2012-09-251-0/+3
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-201-27/+122
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-6/+1
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-111-0/+41
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
* Added ability to store Cfg files with AES encryptionChris St. Pierre2012-05-151-0/+75