nlhkabu / connect

Connect is a moderated web application that helps members connect with each other based on skills, interests and location.
http://whoisnicoleharris.com/connect/
BSD 3-Clause "New" or "Revised" License
46 stars 25 forks source link

Use hmac cryptographic method to build the invitation tokens #7

Closed Natim closed 9 years ago

Natim commented 9 years ago

See https://docs.python.org/2/library/hmac.html

nlhkabu commented 9 years ago

Alternative is uuid

Natim commented 9 years ago

uuid is not a cryptographic function but you should have enough entropy for what you want to do.