aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/security/hasher.php
Commit message (Collapse)AuthorAgeFilesLines
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* Add OCP\Security\IHasherLukas Reschke2014-11-061-0/+146
Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136