summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/crypto/crypt.php
Commit message (Expand)AuthorAgeFilesLines
* return false if private key is not validBjoern Schiessle2015-08-301-1/+1
* use uid as additional information for saltBjoern Schiessle2015-08-071-6/+9
* use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-9/+130
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* method shouldn't be staticBjoern Schiessle2015-04-281-1/+1
* fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-0/+9
* decrypt private key for public shares correctlyBjoern Schiessle2015-04-161-2/+2
* fix reading of private keyThomas Müller2015-04-141-1/+1
* add unit test for crypt.phpBjoern Schiessle2015-04-101-29/+20
* Fix typos and some other adjustmentsLukas Reschke2015-04-091-4/+7
* read cipher from key header and always write a key header if a new private ke...Bjoern Schiessle2015-04-081-7/+24
* fixing license headers - encryption code relatedThomas Müller2015-04-071-2/+4
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-19/+18
* cleaning up exception messThomas Müller2015-04-071-1/+1
* fix exception handlingThomas Müller2015-04-071-38/+26
* Further cleanup of files_encryptionThomas Müller2015-04-071-9/+1
* write encrypted file to discBjoern Schiessle2015-04-071-0/+16
* encryption app: remove legacy code, we do only server-side encryptionBjoern Schiessle2015-04-071-8/+0
* Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-19/+134
* Initial commitClark Tomlinson2015-04-071-0/+355