forum.coppermine-gallery.net

No Support => General discussion (no support!) => Topic started by: maciek on September 30, 2003, 02:40:53 pm

Title: Security
Post by: maciek on September 30, 2003, 02:40:53 pm
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.