Neproify Posted May 16, 2015 Posted May 16, 2015 Hello, can I encrypt password with blowfish encryption in lua? Sorry for my english. I am from Poland.
ixjf Posted May 16, 2015 Posted May 16, 2015 Not natively. What's this for, though? It's probably overkill. I used to know how to code, but then I took an arrow in the knee. Project Redivivus - Remaking Old School MTA With New Code MTA 0.6 Nightly 1 released
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. Sorry for my english. I am from Poland.
WhoAmI Posted May 16, 2015 Posted May 16, 2015 IPB password are hashed like that md5 ( md5 ( salt ) .. md5 ( password ) )
Neproify Posted May 16, 2015 Author Posted May 16, 2015 In IPB 3 - yes. IPB 4 use crypt function. Sorry for my english. I am from Poland.
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 Do you require a paid scripter? Contact me! (Unavailable) Currently I am experienced in Lua, PHP, HTML, CSS, SQL and JS. Developer and owner of https://projectbea.st - Project Beast
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. The Ultimate Lua Tutorial! | MTA PHP SDK
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