How to encode a 8 byte block using only digits (numeric characters)?

Posted by Hemant on Stack Overflow See other posts from Stack Overflow or by Hemant
Published on 2010-04-01T07:54:45Z Indexed on 2010/04/01 8:03 UTC
Read the original article Hit count: 118

Filed under:
|

I need to encode streams of 8 byte such that encoded stream has only digits (zero to nine) in them. Are their any standard encoding mechanism for doing this? If there are multiple ways to do it, which one is efficient in terms of length of encoded string (shorter is better)?

© Stack Overflow or respective owner

Related posts about encoding

Related posts about language-agnostic