Is it safe to use HMAC to create an API key?
I am planning to create an API key using the user’s password as message and a random number assigned to that user in my database as key (or vice-versa). I will then store the hash of that API key in my database.
This will make it possible … Continue reading Is it safe to use HMAC to create an API key?