See title. The documentation and name of the action says it "Returns the encrypted password" but from Community posts it seems the password is stored as a hash and not decryptable.
Does the action perform a hash or an encryption? If it is an encryption, what algorithm does it use?
Hi,
It follows SHA512 hash algorithm.
Sourav Pasari wrote:
Awesome. I must remind myself to RTFSC *facepalms*.
I do wonder why the action is EncryptPassword and not HashPassword though.