The shadow file at /etc/shadow is where I can change a user's password without any binary tool. If I edit that file, it works. I need to change that file, but I've read that different distributions uses different cryptographic hash functions. So which one raspbian uses and how to use it? If it's sha256, is it just sha256(password)?
Thank you!