does not match definition
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
Two reasons:

1) It is based on dini, which works by opening a file, reading it, and closing the file again for EVERY read and EVERY write. Most other INI systems do all their reads and writes with a single open/close, making them orders of magnitude faster.

2) Its password "encryption" is "udb_hash", which is an "Adler32" hash and NOT cryptographic. It is a 32bit hash, used for CRC and comparisons, not secure storage, because it can be cracked in literally milliseconds. In fact, if your password is more than 5 characters long it is actualy WORSE than just storing the plain-text password (and that is pretty bad to begin with).
ok thanks i will change it, thanks for the information about it.
Reply


Messages In This Thread
does not match definition - by Team_PRO - 13.06.2014, 08:53
Re: does not match definition - by Team_PRO - 13.06.2014, 09:15
Re: does not match definition - by Team_PRO - 13.06.2014, 09:37

Forum Jump:


Users browsing this thread: 2 Guest(s)