Jump to content




[QUESTION] [LUA] Need encryption forms


  • You cannot reply to this topic
4 replies to this topic

#1 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 10 October 2012 - 05:31 PM

Does anybody knows a form to encrypt that is reliable and secure?

Thanks

#2 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

Posted 10 October 2012 - 06:19 PM

Look up the "string" function/api on the webz.
For example this one
http://lua-users.org...LibraryTutorial
(Got it from google'ing lua string)

EDIT: Ignore this ⇈, I was being derpy. As a real answer; there is no built in way to encrypt.
But you can always download others like → this ← one.
Or see a list of a lot of them → here ←.

#3 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 10 October 2012 - 06:35 PM

Thanks!

#4 jag

  • Members
  • 533 posts
  • LocationStockholm, Sweden

Posted 10 October 2012 - 06:48 PM

All trough, the best way of storing your password/username is to save the content/info in a file
Spoiler
And then just call the functions to do what you want.

#5 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 10 October 2012 - 09:54 PM

That was I did, but I needed any form to encrypt that file, so only through a special decryption it can be readable, specially to prevent hackers





3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users