py-securestring:Windows'SecureString's 的 Python 实现

时间:2024-06-19 08:31:58
【文件属性】:

文件名称:py-securestring:Windows'SecureString's 的 Python 实现

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-19 08:31:58

Python

py-安全字符串 Windows'SecureString's 的 Python 实现 用例: PS > $ss1 = ConvertTo-SecureString "Your string" -AsPlainText -Force PS > $ss1 System.Security.SecureString PS > ConvertFrom-SecureString $ss1 # The above yields the encrypted string in hexadecimal form which may be passed # to this module's decrypt() function in order to get the original string. # Conversely, calling the encrypt() function will yi


【文件预览】:
py-securestring-master
----LICENSE(18KB)
----__init__.py(221B)
----test_securestring.py(2KB)
----.gitignore(544B)
----securestring.py(3KB)
----README.md(3KB)
----blob.py(1KB)

网友评论