Integer Encryption
I am looking for an encryption function (so, 1:1 mapping) that maps
integer to integer.
For example, let's say I have N1 (integer) and a password. I use the
encryption function to get integer N2. Then if (and only if) I know the
password I should be able to get back N1 from N2.
What is the best function for that?
No comments:
Post a Comment