mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-09-15 14:28:34 +08:00
* feat(password): add configurable password hashing with md5 and bcrypt * docs: add password hashing algorithm configuration (bcrypt/md5) * feat(password): better bcrypt fallback and minor refactoring * feat(password): handle errors in password encryption and verification * feat(password): remove password hashing algorithm configuration |
||
|---|---|---|
| .. | ||
| captcha.go | ||
| login_limiter_test.go | ||
| login_limiter.go | ||
| password_test.go | ||
| password.go | ||
| tools.go | ||