Now that 2.0 is coming, i am going to need an encryption for storing passwords onto a cloud list, just so that somebody can make like a security question or something.
Any ideas?
Offline
You could try "hashing". There's a project for hashing somewhere, but I forgot where. Search for "hashing" and you'll probably find it.
Offline
You could do as the above suggestion recomends, but that can be tedious and ultimately, since people can see your scripts anyway, pointless. it might be better to use a simpler system, like turning it into numbers, then doing something mathematical to it, or scratch might include hidden lists. I'm not an expert on hashing so that might be your best option.
Offline