# crocodile > Crockford Base32 encoding on the command line Converts to and from Crockford Base32 identifiers. No muss, no fuss. ## Usage ```shell $ croc 123 3V $ croc encode 123 3V $ croc decode 3v 123 ```