gpt4 book ai didi

ubuntu - 如何从命令行列出和访问存储在 Ubuntu key 环中的 secret ?

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

我在帮助中看到了这个

    keyring -h
usage: keyring [-h] [-p KEYRING_PATH] [-b KEYRING_BACKEND] [--list-backends] [--disable]
[operation] [service] [username]

positional arguments:
operation get|set|del
service
username

optional arguments:
-h, --help show this help message and exit
-p KEYRING_PATH, --keyring-path KEYRING_PATH
Path to the keyring backend
-b KEYRING_BACKEND, --keyring-backend KEYRING_BACKEND
Name of the keyring backend
--list-backends List keyring backends and exit
--disable Disable keyring and exit
但是,如果不记得很久以前我在那里存储了什么,我不知道如何列出存储在那里的 secret 。什么是正确的命令行?

最佳答案

就我而言,我使用的是 Python Keyring 实用程序
https://github.com/jaraco/keyring
以下输出指示的上述文件包含您存储在那里的 key /值,已加密

python -c "import keyring.util.platform_; print(keyring.util.platform_.data_root())"

关于ubuntu - 如何从命令行列出和访问存储在 Ubuntu key 环中的 secret ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72020628/

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