rustdesk-api/utils
Plynksiy Nikita 0b39c4e104
feat(password): Password hashing with bcrypt (#290)
* 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
2025-06-24 17:23:36 +08:00
..
captcha.go fix: Captcha some problem when users login with same ip 2025-05-27 17:36:20 +08:00
login_limiter_test.go fix: Captcha some problem when users login with same ip 2025-05-27 17:36:20 +08:00
login_limiter.go fix: Captcha some problem when users login with same ip 2025-05-27 17:36:20 +08:00
password_test.go feat(password): Password hashing with bcrypt (#290) 2025-06-24 17:23:36 +08:00
password.go feat(password): Password hashing with bcrypt (#290) 2025-06-24 17:23:36 +08:00
tools.go feat: Use crypto/rand for secure random string generation (#293) 2025-06-18 20:47:24 +08:00