SQLite User Forum

sha3 (sha3sum)
Login
If that's [this version of `sha3sum`][1], it's documented to do a SHA3-224 by default, whereas the string you're referencing is 64 characters long, thus 64 nibbles × 4 bits = SHA3-256. You'd thus need to pass "`-a 256`" to get a proper comparison.


[1]: https://www.mankier.com/1/sha3sum