Crypt remote generating different hash each time for the same password

I think the confusion here is that the passwords you see in the config file are not hashed, they are encrypted. The encryption uses a different nonce each time so each time you encrypt them you get a different encrypted password.

1 Like