Neproify Posted May 16, 2015 Posted May 16, 2015 Hello, can I encrypt password with blowfish encryption in lua?
ixjf Posted May 16, 2015 Posted May 16, 2015 Not natively. What's this for, though? It's probably overkill.
Neproify Posted May 16, 2015 Author Posted May 16, 2015 I need that, because IPB 4 use it for password hashes, and in my script(created for IPB 3) I created account system based on forum accounts.
WhoAmI Posted May 16, 2015 Posted May 16, 2015 IPB password are hashed like that md5 ( md5 ( salt ) .. md5 ( password ) )
WhoAmI Posted May 16, 2015 Posted May 16, 2015 I couldn't find blowfish for LUA, but there is this function in PHP, so you can use callRemote and transfer password to PHP, and return to resource crypted password.
GTX Posted May 17, 2015 Posted May 17, 2015 There is blowfish for Lua: https://github.com/bungle/lua-resty-net ... owfish.lua
xXMADEXx Posted May 17, 2015 Posted May 17, 2015 There is blowfish for Lua: https://github.com/bungle/lua-resty-net ... owfish.lua That script wouldn't work on MTA.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now