Thread: Passwords
View Single Post
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 02-09-2004 , 10:13  
Reply With Quote #6

Quote:
/* Get whole buffer containing keys and their data. */
native get_info_keybuffer(id, buffer[], length);
Native from my jghg2 module... it gets the whole buffer. You dont need to specify a key. Keys and key values are separated by \s only so its very readable. Its easy to read all of whats in there. Some is easy to spot as passwords, some might not, however it is there. Yes it still is harder if you specify pw field like "_coffee" and nothing like "_password", "_pw" etc... but anyway, not safe.
Johnny got his gun is offline