-
Jul 12th, 2012, 02:48 PM
#1
Throttling
I want to be able to throttle token requests for invalid secrets to prevent brute forcing. Can anyone point me to a reference that describes how to go about that?
-
Jul 16th, 2012, 01:14 AM
#2
One way (probably the most common and certainly the easiest to implement) to do it is to use a high entropy password encoder. BCrypt was basically designed for this use case.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules