Comment

Reinaldo Aguiar

Use farm fingerprint to hash the string with an int64, then encode the int64 using B85 encoding . Chances of collision = 1 in 4billion , 7 characters output

Replies

Peter Bengtsson

Do you have some Python sample code to demonstrate that?