Simple encryption algorithm to convert string to a number in java?
807589Dec 19 2008 — edited Dec 21 2008Hi all,
Can i have a simple encryption algorithm for converting my source 'string' data to equivalent numbers?
Eg:
ABC --> 3456
GHTU --> 7643
ABC --> 3456
OIUSR --> 2374
Resultant number can be any random number. but should be similar for the same combination of strings
like for 'ABC'.
Thanks in advance,
Lakshma