Do not depend on /dev/urandom
feiming - November 18, 2007 - 06:14
| Project: | OpenID |
| Version: | 5.x-1.0 |
| Component: | OpenID Client |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
my web hosting company do not provide /dev/urandom.is there other alternative to /dev/urandom??how about srand()?

#1
Something like mt-srand() could indeed be used, although it may be less secure.