shell-database:直接从终端存储密钥值

时间:2021-04-13 01:44:42
【文件属性】:
文件名称:shell-database:直接从终端存储密钥值
文件大小:10KB
文件格式:ZIP
更新时间:2021-04-13 01:44:42
python terminal database sqlite3 command-line-tool 壳牌数据库 直接从您的终端存储键值。 安装 您可以从pypi.org安装shell数据库: > pip install shell_database 入门 添加新的键值对 > shdb add name "John Doe" 通过加密添加新的密钥值对 > shdb add password --encrypt 获得钥匙的价值 > shdb get name John Doe 解密和加密值 > shdb get password b'51b8684c4dc77da0979f1b647caa707c' > shdb get password --decrypt 与其他工具整合 > shdb add az-rg azure-resource-group-123 > az postgres db create --resource
【文件预览】:
shell-database-master
----.github()
--------CODEOWNERS(14B)
--------pull_request_template.md(82B)
----scripts()
--------shdb(216B)
----.circleci()
--------config.yml(1KB)
----requirements.txt(94B)
----LICENSE(1KB)
----shell_database()
--------store()
--------__init__.py(45B)
--------__main__.py(59B)
--------shdb.py(2KB)
----setup.cfg(928B)
----setup.py(727B)
----README.md(2KB)
----Makefile(861B)
----tests()
--------__init__.py(0B)
--------test_shell_database.py(95B)
----.gitignore(93B)
----dev-requirements.txt(56B)
----CHANGELOG.md(637B)

网友评论