Results 1 to 2 of 2

Thread: Throttling

  1. #1

    Default 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?

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    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
  •