Security Security
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Security

Started by maciek, September 30, 2003, 02:40:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

maciek

I wrote a simple script for generating true random numbers and checking password strenghts, would there be any use for it in coppermine (e.g. in login/registration component)?

The numbers are downloaded just in time (:) ) from random.org and hotbits, there's also a random password generator. Password checker verifies that the password has mixed case alpha chars, numbers and symbols (e.g. &_./). It's really simple stuff.