zitadel/internal/crypto
Tim Möhlmann 4589ddad4a
feat: integrate passwap for human user password hashing (#6196)
* feat: use passwap for human user passwords

* fix tests

* passwap config

* add the event mapper

* cleanup query side and api

* solve linting errors

* regression test

* try to fix linter errors again

* pass systemdefaults into externalConfigChange migration

* fix: user password set in auth view

* pin passwap v0.2.0

* v2: validate hashed password hash based on prefix

* resolve remaining comments

* add error tag and translation for unsupported hash encoding

* fix unit test

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-07-14 09:49:57 +03:00
..
database chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
file chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
aes_test.go add multi files config test and some more 2020-03-30 11:44:17 +02:00
aes.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
bcrypt.go improve some functions 2020-03-30 09:28:00 +02:00
code_mock.go add multi files config test and some more 2020-03-30 11:44:17 +02:00
code_mocker.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
code_test.go feat(api): add password reset and change to user service (#6036) 2023-06-20 17:34:06 +02:00
code.go feat(api): add password reset and change to user service (#6036) 2023-06-20 17:34:06 +02:00
crypto_mock.go improve some functions 2020-03-30 09:28:00 +02:00
crypto_test.go improve some functions 2020-03-30 09:28:00 +02:00
crypto.go feat: integrate passwap for human user password hashing (#6196) 2023-07-14 09:49:57 +03:00
generate.go refactor crypto tests 2020-03-30 11:26:02 +02:00
key_storage.go feat: encryption keys in database (#3265) 2022-03-14 07:55:09 +01:00
key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
passwap_test.go feat: integrate passwap for human user password hashing (#6196) 2023-07-14 09:49:57 +03:00
passwap.go feat: integrate passwap for human user password hashing (#6196) 2023-07-14 09:49:57 +03:00
rsa.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00