fast encrypt/decrypt string to decimal
#1

Hi,

need a function/algorithm to encrypt string to decimal(numbers only) and then when it's needed to decrypt it to string. A little example:
Код:
new string[ ] = "top secret";
new estring;
estring = encrypt_string(string);
//estring is something like 1579123004 or etc.
...
new dstring[50];
decrypt_string(dstring, estring);
//string should be the same as dstring
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)