Yet another case of trying to be too clever with randomness!
Categories
- Development (2)
- Meta (6)
- Networking (1)
- PHP (16)
- Python (5)
- Security (5)
- Symfony (17)
- Sysadmin (10)
- Technology (3)
- Uncategorized (1)
- Webdesign (1)
- Weboob (5)
- WordPress (1)
Yet another case of trying to be too clever with randomness!
Update: After a year, both plugins are finally updated with a better random key generator. Security is not easy. Programmers should leave things like random number and identifier generation to a library (or at least research the best way to do it). A lot of projects learned it the hard way. Let’s talk for instance […]