Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Encryption app to PSR-4 (#24524) | Joas Schilling | 2016-05-12 | 1 | -457/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -9/+54 |
* | sign all encrypted blocks and check signature on decrypt | Björn Schießle | 2016-02-09 | 1 | -1/+6 |
* | Use AES-256-CTR as default | Lukas Reschke | 2016-02-09 | 1 | -4/+30 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
* | return false if private key is not valid | Bjoern Schiessle | 2015-08-30 | 1 | -0/+15 |
* | use password hash instead of the plain password to encrypt the private key | Bjoern Schiessle | 2015-08-07 | 1 | -5/+106 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
* | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -10/+10 |
* | Simplify the test | Joas Schilling | 2015-04-30 | 1 | -1/+1 |
* | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 1 | -0/+263 |