On Aug 31, 2011, at 10:33, Da Co wrote:
> Hi, cryptopp user.
> 
> I have a group of distinct inputs to which I apply SHA to get distinct 
> outputs.
> I  want to further encode the outputs into encoded outputs. I expect
> these outputs to be unique as well.
> Does anyone see a problem with this approach?

Base 16/etc encoding is a reversible transformation; if two values (SHA 
results) are different, the base-whatever encoded versions must be different, 
and you can always convert them back to the original values.

Ken

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to