Home
last modified time | relevance | path

Searched hist:dfaf0747edadb1beeca2597db218f7f433ab91f0 (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dauth_password.test.phpdfaf0747edadb1beeca2597db218f7f433ab91f0 Wed Mar 13 14:44:23 UTC 2024 Andreas Gohr <andi@splitbrain.org> Support b and x variants for bcrypt hashes

Prompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3

As stated on https://stackoverflow.com/a/36225192

> there is no difference between 2, 2a, 2x, 2y, and 2b. If you wrote your
> implementation correctly, they all output the same result.

/dokuwiki/inc/
H A DPassHash.phpdfaf0747edadb1beeca2597db218f7f433ab91f0 Wed Mar 13 14:44:23 UTC 2024 Andreas Gohr <andi@splitbrain.org> Support b and x variants for bcrypt hashes

Prompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3

As stated on https://stackoverflow.com/a/36225192

> there is no difference between 2, 2a, 2x, 2y, and 2b. If you wrote your
> implementation correctly, they all output the same result.