This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

encode-decode password in apps
#5
(13.10.2018, 18:12)admin Wrote: SHA/MD5 are one-way hashing algorithms, not suitable for two-way encryption/decryption. In your case probably some simple XOR can be used. Is the pin code always in 1 number + * + 4 numbers format?

Hello admin,

password is number of user + "*" + user password ( 4 or 8 digit )
for example:

2*1111 or 2*11112222
3*1111 or 3*11112222


Originally I wanted to use RSA encryption/decription but I did not find the solution in pure LUA.
The second idea was to use openssl and os.execute but solution in lua is better.

Thank you verry much.
Reply


Messages In This Thread
encode-decode password in apps - by merel - 10.10.2018, 16:04
RE: encode-decode password in apps - by admin - 10.10.2018, 16:47
RE: encode-decode password in apps - by merel - 10.10.2018, 21:07
RE: encode-decode password in apps - by admin - 13.10.2018, 18:12
RE: encode-decode password in apps - by merel - 15.10.2018, 21:22
RE: encode-decode password in apps - by admin - 22.10.2018, 06:38
RE: encode-decode password in apps - by merel - 25.10.2018, 08:11

Forum Jump: