RE: https://bsky.app/profile/did:plc:aunpu65mdrhwfie7ynymlzeh/post/3lx5a4upjo72n
So... none of those purported SHA-256 hashes of those inputs are accurate. E.g.,
$ echo "password" | sha256sum
6b3a55e0261b0304143f805a24924d0c1c44524821305f31d9277843b8a10f4e -
$ echo "123456" | sha256sum
e150a1ec81e8e93e1eae2c3a77e66ec6dbd6a3b460f89c1d08aecf422ee401a0 -
Bro literally just spat out gibberish that looks like a hash. Bro also decided to toss in a SHA-1 once before "correcting" itself with a SHA-256 (which was still the same SHA-1).
This is deeply unserious technology.
EDIT: Adding the `-n` flag to echo fixes the examples at least. Still weirded out by the SHA-1/SHA-256 flipflop though.
EDIT EDIT: Well, fixes *some* of the examples, kinda?
$ echo -n "admin" | sha256sum
8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 -
That starts off correct, and then veers off course.
And `letmein` is still wrong:
$ echo -n "letmein" | sha256sum
1c8bfe8f801d79745c4631d09fff36c82aa37fc4cce4fc946683d7b336b63032 -