aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/tests/encryption.php
Commit message (Collapse)AuthorAgeFilesLines
* added wrapper method in crypt class for encrypting asymmetric and symmetric ↵Sam Tuke2012-08-141-205/+0
| | | | | | | simultaneously fixed bugs with keymanager integration added unit tests
* added tests and methods relating to handling of legacy keysSam Tuke2012-07-251-13/+2
|
* Wrote new methods for testing if a file is encrypted using AES or BlowfishSam Tuke2012-07-241-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 Tuke2012-07-181-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 filelengthRobin Appelman2012-06-211-1/+1
|
* fix for encryption binary filesRobin Appelman2012-06-161-0/+19
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* improve cryptstream fro writing non-chunksized dataRobin Appelman2012-05-051-0/+11
|
* move all the files stuff into a files classFrank Karlitschek2012-05-021-2/+2
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-2/+2
|
* add test cases for cryptstreamRobin Appelman2012-04-181-0/+6
|
* bugfixes for encryption library and test casesRobin Appelman2012-04-181-0/+36