How securely do they store user passwords & how good are they at letting us know?
@PasswordStorage • Rating guide
Params: variant=Argon2i
variant=Argon2i
Full algorithm: AES-256(Argon2(password))
AES-256(Argon2(password))
Disclosures:
Params: cost=10
cost=10
Full algorithm: AES-256-CBC(bcrypt(password))
AES-256-CBC(bcrypt(password))
Site uses a slow hashing function, this is disclosed "on-site", in the docs, FAQ, etc.