Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added wrapper method in crypt class for encrypting asymmetric and symmetric ↵ | Sam Tuke | 2012-08-14 | 1 | -205/+0 |
| | | | | | | | simultaneously fixed bugs with keymanager integration added unit tests | ||||
* | added tests and methods relating to handling of legacy keys | Sam Tuke | 2012-07-25 | 1 | -13/+2 |
| | |||||
* | Wrote new methods for testing if a file is encrypted using AES or Blowfish | Sam Tuke | 2012-07-24 | 1 | -2/+42 |
| | | | | | | | Added more unit tests for crypt class Added new method for generating 16 character pseudo-random initialisation vectors Started writing new methods for handling legacy keys and en/de/re cryption Added comments to lib/filecache.php explaining expected $path type | ||||
* | Development snapshot: | Sam Tuke | 2012-07-18 | 1 | -55/+159 |
| | | | | | | | - Added methods for sealing data with multiple keys - Added method for encrypting data, generating iv and keyfile, and returning both - Added 6 unit test cases (containing 12 tests) for Crypt class - Commented out old unit tests for now | ||||
* | truncate decrypted files based on filelength | Robin Appelman | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | fix for encryption binary files | Robin Appelman | 2012-06-16 | 1 | -0/+19 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | improve cryptstream fro writing non-chunksized data | Robin Appelman | 2012-05-05 | 1 | -0/+11 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | add test cases for cryptstream | Robin Appelman | 2012-04-18 | 1 | -0/+6 |
| | |||||
* | bugfixes for encryption library and test cases | Robin Appelman | 2012-04-18 | 1 | -0/+36 |