Changes between Initial Version and Version 1 of Ticket #28633, comment 29
- Timestamp:
- 02/13/2015 02:53:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28633, comment 29
initial v1 2 2 3 3 Are you saying to revert it, or "since you made it secure random anyway, leave it, but it wasn't necessary"? 4 5 Taking 3 random bytes and converting it to hex is actually simpler than taking a cryptographic hash of the current time, then grabbing the first 6 hexits from it, since the secure random is abstracted away.