Nice that you took your time to make something for the newbies to use.
But as i can see and think, is that you are comparing passwords after the sql query call, isn't that harmfull to the system?
Anyways thanks, and as snowy i'm using my own system for encryption, usin mcrypt and random salts.
I think this is important for our own security. They handle with userinformations (email, password) and we need to trust the serveradmins to keep it safe.
To compare the logindata it's required to get sth from the database. xD (Yes there are possibilities to outsource the usermanagement-part to a filebased-database, but if someone want sth like that, they need to PN me and give me money.)
To compare the logindata it's required to get sth from the database. xD (Yes there are possibilities to outsource the usermanagement-part to a filebased-database, but if someone want sth like that, they need to PN me and give me money.)
Here is something i made when i was in a company-practice about 2 years ago, but it is using a static salt(a bit old script but it should work).
It's using PDO (i love pdo<3).
Login progress:
PHP Code:
$cypher = "CryptSaltKey"; $query = $db->prepare("SELECT CAST(AES_DECRYPT(password, :cypher) AS CHAR) AS password, id, name, company, address, zip, city, email, dealer_type, discount_id, forceupdate FROM customers WHERE CAST(AES_DECRYPT(password, :cypher) AS CHAR) = :pass && email = :email"); $query->bindParam(":cypher",$cypher); $query->bindParam(":email",$email); $query->bindParam(":pass",$hpass);
[Trusted|Billig|Save] KillService By .Replay' & PerfectTyga [100%Save] 03/26/2013 - WarRock Trading - 13 Replies Hallo Epvp PerfectTyga & Ich biete euch einen Killservice an.
http://s7.directupload.net/images/130308/hb4lolcm .jpg
Ablauf : Wir Stellen uns mit einem "NoSpawnWait-Hack" afk & ihr killt uns, dies rate ich euch mit einem Auto (Humwee)
zu tuhen , denn pro kill bekommt ihr 7 Punkte statt den gewohnten 5 Punkten pro Kill :)
Ablauf² : Ihr gebt uns ID+PW , und wir machen euch die kills :)
[HELP] Encrypted Hex 02/05/2013 - C/C++ - 5 Replies Anyone knows how to decrypt an ecrypted hex codes?
still learning hex codes though. ==,
pack dateien im client encrypted/encrypted head 10/21/2012 - Metin2 Private Server - 2 Replies hi, ich hab ein problem, seit 2 wochen sind meine pc.eix und epk dateien in dem format encrypted und encrypted head die heißen nichtmehr .epk, .eix.
diese kann ich nicht entpacken..
ich hab mir gestern modified client 4.5 von neonblue gezogen und da sind die dinger auch encrypted, encrypted head... das kann nicht, ich hab das früher immer mit epk und eix gemacht
hab ich da irgendwas bei meinem computer umgestellt, oder was is anders? kann jemand helfen?
danke sehr <3