معرفی شرکت ها


django-hashedpass-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django management commands for changing users' hashed passwords.
ویژگی مقدار
سیستم عامل -
نام فایل django-hashedpass-0.1.0
نام django-hashedpass
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Foo Chuan Wei
ایمیل نویسنده chuanwei.foo@hotmail.com
آدرس صفحه اصلی https://github.com/cwfoo/django-hashedpass
آدرس اینترنتی https://pypi.org/project/django-hashedpass/
مجوز BSD 3-Clause License
# django-hashedpass Django management commands for changing users' hashed passwords. ## Installation Requirements: Django >= 2.2, Python >= 3.5. Install: ```bash $ pip install django-hashedpass ``` Then, edit your Django project's `settings.py` file: ```python INSTALLED_APPS = [ # ... 'django_hashedpass', # NOTE: underscore (_), not dash (-). # ... ] ``` ## Usage * `changehashedpass` - Change a user's hashed password. ```bash $ python3 manage.py changehashedpass 'admin' 'pbkdf2_sha256$150000$yAhqE5ZDGEii$lD5JUoCuz6qRA+BVlvetFPGyGMwLmYl0rCc3awcNYLo=' Successfully changed the hashed password for "admin". ``` * `genhashedpass` - Generate a hashed password from a plaintext password. ```bash $ python3 manage.py genhashedpass Password: Password (again): pbkdf2_sha256$150000$ZOTZr0AKGQyW$y6+Bdqwn9UsP/riDoEaMQ9Q17Sw8zZoH1jxmlgy94oA= ``` ```bash $ python3 manage.py genhashedpass --password '123456' pbkdf2_sha256$150000$AnoGZfdqz6pW$GUGUJR5CggZA4e4JUMdtN8GU1CejLYTKs3PIdOnbF4k= ``` ## Development To run unit tests: `python3 ./run_tests.py`. Tested on Django 2.22, Python 3.6.8, Ubuntu 18.04. Project started on: 2019-07-21 ## License This project is distributed under the BSD 3-Clause License (see LICENSE).


نیازمندی

مقدار نام
>=2.2 Django


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl django-hashedpass-0.1.0:

    pip install django-hashedpass-0.1.0.whl


نصب پکیج tar.gz django-hashedpass-0.1.0:

    pip install django-hashedpass-0.1.0.tar.gz