Security Security
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.