You can always ignore the last 10 characters of the fast SHA-256. Or xor the first 10 characters to be included.
SHA has a variable number of rounds. Two rounds of SHA must be reversible. I have a vague idea that 20 rounds are considered "safe." 30 rounds should be "very safe", and 50 rounds practically do not improve security.
SHA is designed to be safe - not hoping the cracker has a slow enough machine, but with mathematical proof. If and when the number of irreversible bits in each round increases and shifts to a 256-bit hash code, there will never be enough computer power to try all the possible sequences that generate this particular hash code. There is not even enough energy in the Universe to wrap a 256-bit counter.
If the line creating the hash is very small or written on a post on some monitor.
source share