We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Apache::Session::Generate::MD5::generate() method is somewhat lacking. "time(). {}. rand(). $$" is too easily guessable.
It would be a good thing to use a better random data generator. There are several available at CPAN, among others:
Data::Entropy Math::TrulyRandom Math::Random::Secure Crypt::Random
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Apache::Session::Generate::MD5::generate() method is somewhat lacking. "time(). {}. rand(). $$" is too easily guessable.
It would be a good thing to use a better random data generator. There are several available at CPAN, among others:
Data::Entropy
Math::TrulyRandom
Math::Random::Secure
Crypt::Random
The text was updated successfully, but these errors were encountered: