-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bcrypt rather than crypt in simple_server example
`crypt` was removed from Python 3.13. `bcrypt` isn't ideal, but it has acceptable password hashing, is simple to use, and is already an optional dependency of asyncssh.
- Loading branch information
Showing
1 changed file
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters