首页 > TAG信息列表 > password1
把登录与注册的密码都换成密文形
'''把登录与注册的密码都换成密文形式'''import hashlibimport jsonjson_res = json.dumps({"phoebe":"pheobe123456","ella":'ella987'})with open("test.json",mode='wt',encoding='utf-8&5Djang-完善后端用户注册逻辑
1完善django后端用户注册视图逻辑 import json from django.http import JsonResponse from django.shortcuts import render from django.views import View from .models import UserProfile import hashlib # Create your views here. class UserViews(View): def post(s前端向后端传递数据
form提交 前端: <!--用table布局、 label的inline-block 对齐input--> <!DOCTYPE html> <html lang="en" xmlns:th="http://www.thymeleaf.org"> <head> <meta charset="UTF-8" /> <title>Title</title&gdjango make_password加密
1.导包 from django.contrid.auth.hashers import make_password 2.获取并加密 password1 = request.data.get('password) # 获取密码 password = make_password(password1) # 加密计算机长时间没登陆域会自动脱离域原理
转自:https://blog.csdn.net/weixin_34260991/article/details/86429459?utm_medium=distribute.pc_relevant.none-task-blog-baidujs-9 计算机长时间没登陆域会自动脱离域,那么是不是超过30天未登录过域的计算机就一定会脱离域? 我的环境中发现有几台计算机由于休假或者出差长时间(phtyon,通过while循环简单的用户名和密码登录
_username='zhangxin'_password='abc123'_username1='zhaopeng'_password1='abc1234'_username2="youzhiqian"_password2="abc12345"tount=0while tount<3: username=input("username:")最糟糕的网络密码
1 123456 2 password 3 123456789 4 12345678 5 12345 6 111111 7 1234567 8 sunshine 9 qwerty 10 iloveyou 11 princess 12 admin 13 welcome 14 666666 15 abc123 16 football 17 123123 18 monkey 19 654321 20 !@#$%^&* 21 charlie 22 aa123456 23 donald 24 passwor