cdusold / DriveLink

A set of memory conserving python data structures.
MIT License
0 stars 0 forks source link

Python standard library hash is not the same every time. #5

Closed cdusold closed 7 years ago

cdusold commented 7 years ago

When you close and reopen python, non-integer hashes (strings et cetera) are salted differently to avoid malicious collision attempts. We cannot rely on this builtin for serialized locations of keys.