-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
2FA works, but we could add extra security features, such as secondary passwords for sending coins, allowing the user to adjust their PBKDF iterations, or even adjusting the algorithm themselves for the advanced users.
We have some protection from people scraping identifiers via 2-Factor authentication, as well as Cloudflare, however logging IP's even with a memory IP map (similar to how we detect tor nodes) with the amount of identifiers they've tried in the past 10 minutes or so could be effective in reducing the risk of identifier scraping and brute forcing.
Have your own security enhancement? Comment here, or send a pull request.