What's a good method/function to create a reversible hash?
Posted
by Gary
on Stack Overflow
See other posts from Stack Overflow
or by Gary
Published on 2010-04-08T01:44:51Z
Indexed on
2010/04/08
1:53 UTC
Read the original article
Hit count: 386
I need to transmit some data over the wire and I don't want that data being plain text.
The text I'm sending needs to be reversed so I can't md5/sha256/etc...
What's a good way to encode a salted string?
© Stack Overflow or respective owner