fixed_length_encoder 1.0.0
Integers are converted to strings using a binary reversal and a shuffled base 62 alphabet. Strings with valid digits (0-9 a-z A-z)are converted back to integers. The encoding is one-to-one but not sequential.This is useful for obfuscating user ids in urls.