Security Security
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Security

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

Previous topic - Next topic

0 Members and 4 Guests 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.