Security Security
 

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.