im using a simple encryption type method..if you even want to call it that, i made a function lets call it
encrypt. It will replace every other char with a rand char created using rnd * 3.14 i believe. don't have my project open at the moment.
Then on server side it uses a decrypt function , imean this is no MD5 hashed pwds routine but i think its fine for what im doing and no one else would know the encryption routine anyways, or the decryt .




Reply With Quote