]> source.dussan.org Git - nextcloud-server.git/commit
Add OCP\Security\IHasher
authorLukas Reschke <lukas@owncloud.com>
Tue, 4 Nov 2014 15:05:31 +0000 (16:05 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 6 Nov 2014 14:16:14 +0000 (15:16 +0100)
commit24ca2d858f9cc020b2ca7310977cd4272a6809fb
tree9bfc2d8f93206b249f9af8ea0c1c2706fae896d7
parent1d6c7e28e9e5df5a3e9590eb22025e2c59c13338
Add OCP\Security\IHasher

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
3rdparty
config/config.sample.php
lib/private/security/hasher.php [new file with mode: 0644]
lib/private/server.php
lib/public/iservercontainer.php
lib/public/security/ihasher.php [new file with mode: 0644]
tests/lib/security/hasher.php [new file with mode: 0644]