aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/cryptstream.php
Commit message (Collapse)AuthorAgeFilesLines
* Started rewrite of cryptstream class (renamed to stream)Sam Tuke2012-08-161-208/+0
| | | | | | Added unit tests Fixed decryption of user private key at login Added functionality to keymanager
* Implemented writing of keyfiles and directory hierarchy in proxy classSam Tuke2012-07-311-26/+57
| | | | | Added crypt::findFiles() method for finding different types of files, ready for batch encrypting / decrypting Added comments to postFopen in proxy class
* fix saved file size for uploaded filesRobin Appelman2012-06-211-4/+4
|
* truncate decrypted files based on filelengthRobin Appelman2012-06-211-3/+14
|
* fix problem with encryption flag not being saved correctly in the filecacheRobin Appelman2012-06-181-1/+1
|
* fix for encryption binary filesRobin Appelman2012-06-161-1/+3
|
* use absolute path for file proxiesRobin Appelman2012-06-091-1/+5
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* improve cryptstream fro writing non-chunksized dataRobin Appelman2012-05-051-3/+25
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-4/+4
|
* fix mimetypes of encrypted filesRobin Appelman2012-04-251-11/+4
|
* make use of the fact that stream_read will always read 8192 bytes for ↵Robin Appelman2012-04-181-23/+15
| | | | | | encryption stream https://bugs.php.net/bug.php?id=21641
* fix incorrect information in the filecache when using encryptionRobin Appelman2012-02-211-4/+1
|
* rework the way file_put_contents is handeledRobin Appelman2012-02-211-0/+1
|
* initial integration of encryptionRobin Appelman2012-02-211-9/+40
|
* simple file encryption wipRobin Appelman2012-02-211-2/+5
|
* encryption proxy wipRobin Appelman2012-02-211-0/+121