creating virtual environment python
python3 -m venv tutorial-env
#name : tutorial-env
tutorial-envScriptsactivate #activate env
deactivate #deactivate env
creating virtual environment python
python3 -m venv tutorial-env
#name : tutorial-env
tutorial-envScriptsactivate #activate env
deactivate #deactivate env
activate environment python
$ pip -q install bcrypt
$ python -c "import bcrypt; print(bcrypt.hashpw('password'.encode('utf-8'), bcrypt.gensalt()))"
$2b$12$vWa/VSvxxyQ9d.WGgVTdrell515Ctux36LCga8nM5QTW0.4w8TXXi
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us