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
Showing
- 3rdparty 1 addition, 1 deletion3rdparty
- config/config.sample.php 6 additions, 0 deletionsconfig/config.sample.php
- lib/private/security/hasher.php 146 additions, 0 deletionslib/private/security/hasher.php
- lib/private/server.php 13 additions, 0 deletionslib/private/server.php
- lib/public/iservercontainer.php 13 additions, 0 deletionslib/public/iservercontainer.php
- lib/public/security/ihasher.php 48 additions, 0 deletionslib/public/security/ihasher.php
- tests/lib/security/hasher.php 115 additions, 0 deletionstests/lib/security/hasher.php
Loading
Please register or sign in to comment