Skip to navigation

Question:
Short and simple way to get the sha256 hash from a string with rust and extract only the last 8 hexed characters

When in doubt, use brute force.