python 使用Getpass提示敏感信息而不提示它

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 使用Getpass提示敏感信息而不提示它相关的知识,希望对你有一定的参考价值。

import getpass

text = getpass.getpass(prompt='Enter your passphrase to encrypt ')
print("You have entered: {}".format(text))

以上是关于python 使用Getpass提示敏感信息而不提示它的主要内容,如果未能解决你的问题,请参考以下文章

python模块基础之getpass模块(pycharm中无法使用。)

python学习之getpass模块使用

python_getpass 模块的使用

python模块基础之getpass模块

python模块基础之getpass模块

python模块基础之getpass模块