Skip to content

Commit

Permalink
Make the altcha challenge a lot easier
Browse files Browse the repository at this point in the history
  • Loading branch information
crutch committed Nov 16, 2024
1 parent 4c7ea68 commit 0167274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/altcha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Altcha.setup do |config|
config.algorithm = 'SHA-256'
config.num_range = (50_000..300_000)
config.num_range = (50_000..51_000)
config.timeout = 5.minutes
config.hmac_key = 'dfa06d467a84fea13941f1c52c38c6458a67617a'
end

0 comments on commit 0167274

Please sign in to comment.