Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bcrypt rather than crypt in simple_server example #697

Merged
merged 1 commit into from
Oct 13, 2024

Commits on Oct 7, 2024

  1. 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.
    cjwatson committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    32a7d72 View commit details
    Browse the repository at this point in the history