2.4.1.0 (11/2007)
* Support of all [PHP]-suffixed types of hashes is implemented
as external DLL-modules.
* External modules added for new types of hashes for popular message
boards and other programs:
md5($salt.$pass)
md5($pass.$salt)
md5(md5($salt).$pass)
md5($salt.$pass.$salt)
md5($salt.md5($salt.$pass))
* New hashing modules by third-party developers are added to the
program archive for following types of hashes: MS SQL,
Oracle DES, RipeMD-128, SHA-512, etc.
* API for external modules work is updated (new flags added to
improve work with external modules).
* Number of modules to simultaneously work with is increased to 64.
* Speed of work with md5(md5($pass).$salt) type of hashes is
increased by 25...30%.