I'd like to encode certain information, such as date and time of build and the SVN revision, into a reversible alphanumeric string so I can easily identify a build (besides maintaining a table of known builds).
I have no idea of how to go about this. Can you point me to related algorithms, commands, etc that will help me with this?