- 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
17 lines
188 B
Plaintext
17 lines
188 B
Plaintext
/__pycache__/
|
|
/i-try/
|
|
/venv/
|
|
test_rsa.py
|
|
.gitignore
|
|
commiter.py
|
|
__pycache__
|
|
*.pyc
|
|
.idea
|
|
*.pem
|
|
__pycache__
|
|
cmd_chat.egg-info
|
|
build
|
|
dist
|
|
true.txt
|
|
secured_console_chat.egg-info
|
|
.pytest_cache/ |