Formatting

This commit is contained in:
2023-09-16 16:51:31 -04:00
parent 0a64bb27ba
commit b25f464a04
13 changed files with 31 additions and 18 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
"""bcrypt_test.py
"""bcrypt_test_db.py
This module provides utilities for user authentication, including functions to
store hashed passwords, create new users, and authenticate existing users using
bcrypt for password hashing and a sqlite database to store user data.