summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/crypto/crypt.php
Commit message (Expand)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-693/+0
* Fallback for crappy ancient distributionsLukas Reschke2016-03-121-0/+7
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Use number of chunk for HMAC as wellLukas Reschke2016-02-091-4/+7
* Keep track of file versionLukas Reschke2016-02-091-8/+14
* Clarify documentationLukas Reschke2016-02-091-0/+2
* Use hash with appended "a" of the original password for the authenticationLukas Reschke2016-02-091-3/+4
* fixing unit testsBjörn Schießle2016-02-091-1/+1
* Use random_bytes instead OpenSSLLukas Reschke2016-02-091-8/+1
* meta data are at the end of the fileBjörn Schießle2016-02-091-1/+1
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-091-2/+2
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-091-22/+109
* Add note about the addPadding functionLukas Reschke2016-02-091-0/+4
* Use an actual 16 byte long IVLukas Reschke2016-02-091-17/+2
* Use AES-256-CTR as defaultLukas Reschke2016-02-091-22/+38
* Happy new year!Thomas Müller2016-01-121-1/+2
* Use PHP polyfillsLukas Reschke2015-12-111-23/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-271-14/+13
* Update license headersLukas Reschke2015-10-261-0/+1
* Fix "Call to a member function getUID() on boolean" in CryptJoas Schilling2015-10-221-4/+4
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* 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