-
Задание с дедлайном 14.04.2024
1. Выбрать хеш-функцию (см. `hashlib`, `passlib`), назвать её тут
2. Модифицировать код пары для брутфорс-поиска пароля по известному хешу (функция из п.1) с использ…
-
### Creating login functionality in FastAPI
1. **DB to store username and hash password**
We already have firebase db, we can store the hash passwords in it.
2. **Password Hashing**
use passlib librar…
-
- Program: Authoritative
- Issue type: Bug report
### Short description
scrypt handling for api-key and webserver-password is picky about it's format, in particular:
1. It demands that the…
nneul updated
2 months 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…
-
Please search the [Wiki](https://github.com/infobyte/faraday/wiki) for a solution before posting a ticket. Use the “New Support Request” button to the right of the screen to submit a ticket for techni…
-
Hello,
I am trying to install `redash` with the `helm chart` via `Terraform` on our `corporate cluster`.
I've read that the inital deployment takes a bit and also let it run for over a few hours but…
-
Dear @getmail6 team,
In first, I wish you a Happy New Year!
Can you add supports of:
- SCRAM-SHA-1
- SCRAM-SHA-1-PLUS
- SCRAM-SHA-256
- SCRAM-SHA-256-PLUS
- SCRAM-SHA-512
- SCRAM-SHA-512-P…
-
http://lectureswww.readthedocs.io/6.www.sync/3.framework/pyramid/10.security.html
* Добавить описание в разделы где его нет
* Добавить пример с ACL в ресурсах
* Добавить пример с формой авторизац…
-
For e.g. Jabber or IMAP SCRAM-SHA256 might be desired (SCRAM-SHA1 is already supported by selecting `scram` as a hash algorithm.
Current status:
- Support of [passlib's scram hashes](https://pyth…
-
```
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 …