gpt4 book ai didi

python-2.7 - 如何在python中保护密码

转载 作者:行者123 更新时间:2023-12-04 12:53:08 25 4
gpt4 key购买 nike

我应该如何在 Python 2.7 中保护我的密码? getpass.getpass()方法不起作用。当我运行我的代码时,密码是可见的。

我做了这样的事情:

M = imaplib.IMAP4_SSL('imap.gmail.com')

try:
emailid=input("what is your email id: ")
password=getpass.getpass("enter your password: ")
M.login(emailid,password)

最佳答案

最后我明白了。我使用了方法 getpass.getpass(prompt='password=')

第二件事是,这只会在系统的运行命令提示符下运行(没有第三方应用程序会为 getpass.getpass() 提供输出)

关于python-2.7 - 如何在python中保护密码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34327278/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com