>>> from hashids import Hashids >>> hashids = Hashids(salt="NaCl hype", min_length=8) >>> hashids.encode(123) 'ZWb5EVb3'