-
```
Passlib currently takes in whatever unicode sequence is offered, and hashes it.
However, there unicode normalization issues, non-printing code points (eg SHY)
that should be discarded, and many …
-
Hallo, I'm using Python 3.10.6 and I just started building a new JWT-based API with PyCharm 2023.1.3 (Community Edition).
I wrote only few lines of code - not related with jose - and tried to start…
-
Nice script.
I noticed something odd though.
I copied your script to a brand new CentOS 6.5 server to /usr/bin/mksha
I installed python-passlib as stated in dependency.
As far as I know $6 is a SHA h…
-
can you add go get to the documentation? please
ghost updated
5 years ago
-
-
```
Not sure if the idea is in-scope for passlib, just wanted to keep the idea here:
What features would the enhancement add?
2factor auth (like google authenticator uses, is standardized by rfc)
f…
-
```
Not sure if the idea is in-scope for passlib, just wanted to keep the idea here:
What features would the enhancement add?
2factor auth (like google authenticator uses, is standardized by rfc)
f…
-
can i reverse md5_crypt to decrypt password ?
this used to encrypt password
`md5_crypt.hash("password", salt=mysalt)`
i need help to decrypt password
-
### Description
### Background
I am using Logfire for a FastAPI project that I'm developing, and Logfire isn't logging any stats for my Pydantic models. I realized this when I ran my app inside Dock…
-
```
Certain parts of the password hash interface could have been named better.
encrypt()
---------
The name of the `.encrypt()` method has the implication that there might be a
`.decrypt()` that rec…