Commit Graph

9 Commits

Author SHA1 Message Date
mirai
5cbe355660 feat: add SRP authentication, improve security
- Replace RSA key exchange with SRP (Secure Remote Password)
- Password never transmitted over network
- Add unit tests for endpoints
- Fix datetime.UTC compatibility for Python < 3.11
- Fix logger.exception usage
- Update README with new auth flow diagram
2026-01-02 23:09:00 +03:00
mirai
b99ccbc2f9 Update README & pypi 2023-03-08 19:38:28 +03:00
mirai
bad818c7e9 Create pypi package 2023-03-08 19:10:49 +03:00
mirai
0f066d367f Code refactoring. Add config for customize colors, add services, fixed bugs & glitches 2023-03-08 18:30:26 +03:00
mirai
49eba7a61a Update .gitignore 2022-12-05 18:33:05 +03:00
mirai
1663ccdb30 Updated .gitignore 2022-12-01 10:29:11 +03:00
mirai
88b4b95b02 Updated .gitignore
Updated client.py
Deleted preview.png
Deleted server.py
Added server/server.py
2022-12-01 10:13:43 +03:00
mirai
de24ac3b11 Crypting: Done crypting pipeline and add some crypting code 2022-07-02 08:30:37 +03:00
mirai
82e264542f init 2022-07-02 05:16:23 +03:00