Password change

how to find and change password to login?

Where it is saved. Taking TinyDB as an example,

For security reasons never store the password directly, store its hash value instead...
To check, if a password is correct, compare its hash value with the stored hast value...
My tools extension offers a hash value method

Taifun

1 Like