aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/tests/lib/crypto/cryptTest.php
Commit message (Expand)AuthorAgeFilesLines
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-121-457/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* fixing unit testsBjörn Schießle2016-02-091-9/+54
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-091-1/+6
* Use AES-256-CTR as defaultLukas Reschke2016-02-091-4/+30
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* return false if private key is not validBjoern Schiessle2015-08-301-0/+15
* use password hash instead of the plain password to encrypt the private keyBjoern Schiessle2015-08-071-5/+106
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-10/+10
* Simplify the testJoas Schilling2015-04-301-1/+1
* add unit test for crypt.phpBjoern Schiessle2015-04-101-0/+263