-
-
Seeing as some algorithms encode the password hashes in different ways, it might be a good idea to add functionality to dictate how the hash will be output (`hashPassword`) and/or how it will be read …
-
Updated to new Python 3.7.0 package from 3.6.0 that seemed to work fine on OSX 10.13.5.
**% brew info python3**
```python: stable 3.7.0, HEAD
Interpreted, interactive, object-oriented programming…
skaht updated
6 years ago
-
# TODO
## Backend
- [X] Hello FastAPI
- [x] database [PysonDB](https://github.com/fredysomy/pysonDB)
- [ ] ~Custom ORM~
- [x] [security](https://fastapi.tiangolo.com/tutorial/security/oauth2-j…
-
The [`stringprep`](http://docs.python.org/3/library/stringprep.html) routines in [`passlib.utils.saslprep`](https://code.google.com/p/passlib/source/browse/passlib/utils/__init__.py#335) may be releva…
-
We use ` werkzeug.security.generate_password_hash()`:
https://github.com/conbench/conbench/blob/fbf5a6ce898532d44327e3ac961f5abb852843bc/conbench/entities/user.py#L33
Review this.
Docs:
> …
-
Hello! I noticed you were learning about storing passwords securely. Unfortunately just storing them as SHA256 hashes is insufficient in this day and age. SHA256 is designed to be fast, so by conseque…
mokou updated
3 years ago
-
```
> What steps will reproduce the problem?
Per report on mailing list
(https://groups.google.com/forum/#!topic/passlib-users/hQtOKuiDl3Q) from Roland
van Laar, doing ``CryptContext(schemes=[u'pbk…
-
$ python hatdecrypter.py -t 0 -p ebea25dadcb23a11ff3fd991f94f3665
File "hatdecrypter.py", line 36
print "Voce precisa definir um tipo de hash!"
^
…
-
The base classes for LDAP DIT entries found in :file:`ldaptor/entry.py` are hard-coded to store password hashes for simple BINDs in salted SHA1 format. The entry is prefixed with "{SSHA}". This is s…