本文实例为大家分享了python随机生成高强度密码的具体代码,供大家参考,具体内容如下
import random import re # 字母类型 englishChar = ['q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p', 'l', 'k', 'j', 'h', 'g', 'f', 'd', 's', 'a', 'z', 'x', 'c', 'v', 'b', 'n', 'm'] # 数字类型 numberChar = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'] # 符号类型 symbolChar = ['!', '@', '#', '$', '%', '^', '&', '*'] # 生成的密码 password = '' # 用户选择的密码类型 allChar = [] # 选择密码类型 print('1、字母') print('2、字母+数字') print('3、字母+数字+符号') typePassword = input('输入你的密码类型选择(数字):') # 判断输入是否合法 if not re.fullmatch('[1-3]', typePassword): print("\033[37;41m 不要跟我皮\033[0m") exit(0) # 初始化密码类型 if typePassword.__eq__('1'): allChar = englishChar.copy() if typePassword.__eq__('2'): allChar = englishChar.copy() + numberChar.copy() if typePassword.__eq__('3'): allChar = englishChar.copy() + numberChar.copy() + symbolChar.copy() # 重新洗牌数组 random.shuffle(allChar) # 配置基本信息 account = input('你为哪个账号设置密码?:') accountID = input('输入账户ID:') passwordLength = input('密码长度是多少(25>p>7):') # 检测用户输入是否合法 if not passwordLength.isdigit() and 25 > int(passwordLength) > 7: print("\033[37;41m 不要跟我皮\033[0m") exit(0) # 循环生成密码 for i in range(int(passwordLength)): a = len(allChar) - 1 password = password + allChar[random.randint(0, a)] # 密码文件备份 with open('/Users/apple/专业知识/密码/' + account, 'w', encoding='utf8') as file: file.writelines("账户ID:" + accountID + '\n') file.writelines('密码:' + password) file.close() # 展示密码 print('生成的密码为:' + password)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
白云城资源网 Copyright www.dyhadc.com
暂无“python如何随机生成高强度密码”评论...
更新日志
2024年11月08日
2024年11月08日
- 雨林唱片《赏》新曲+精选集SACD版[ISO][2.3G]
- 罗大佑与OK男女合唱团.1995-再会吧!素兰【音乐工厂】【WAV+CUE】
- 草蜢.1993-宝贝对不起(国)【宝丽金】【WAV+CUE】
- 杨培安.2009-抒·情(EP)【擎天娱乐】【WAV+CUE】
- 周慧敏《EndlessDream》[WAV+CUE]
- 彭芳《纯色角3》2007[WAV+CUE]
- 江志丰2008-今生为你[豪记][WAV+CUE]
- 罗大佑1994《恋曲2000》音乐工厂[WAV+CUE][1G]
- 群星《一首歌一个故事》赵英俊某些作品重唱企划[FLAC分轨][1G]
- 群星《网易云英文歌曲播放量TOP100》[MP3][1G]
- 方大同.2024-梦想家TheDreamer【赋音乐】【FLAC分轨】
- 李慧珍.2007-爱死了【华谊兄弟】【WAV+CUE】
- 王大文.2019-国际太空站【环球】【FLAC分轨】
- 群星《2022超好听的十倍音质网络歌曲(163)》U盘音乐[WAV分轨][1.1G]
- 童丽《啼笑姻缘》头版限量编号24K金碟[低速原抓WAV+CUE][1.1G]