Open Command Prompt.
Paste this command and replace your-password
with your password.
echo|set /p="your-password" > %TMP%/hash.txt | certutil -hashfile %TMP%/hash.txt SHA256 | findstr /v "hash"
Open Terminal.
Paste this command and replace your-password
with your password.
echo -n 'your-password' | shasum -a 256
Open your terminal.
Paste this command and replace your-password
with your password.
echo -n 'your-password' | sha256sum