Fork me on GitHub
#clojure-nl
<
2022-08-09
>
Thierry13:08:10

How would one handle storing of password hashes in a database that have to be used in a process e.g. an api connection? I know that I can use buddy.hashers/check to see if an entered password corresponds to a password hash. But if I want to use a stored hash as password in a process it would need to be decrypted first. What am I missing here?