[ 原始碼: python-proton-keyring-linux ]
套件:python3-proton-keyring-linux(0.2.0-2)
python3-proton-keyring-linux 的相關連結
Debian 的資源:
下載原始碼套件 python-proton-keyring-linux:
- [python-proton-keyring-linux_0.2.0-2.dsc]
- [python-proton-keyring-linux_0.2.0.orig.tar.xz]
- [python-proton-keyring-linux_0.2.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Proton Technologies keyring plugins for Linux
Python library that implements a credential storage solution for Linux, developed by the ProtonVPN team. It is used to securely manage user credentials (such as usernames and passwords) for Proton services such as ProtonVPN in the Linux environment.
Main features:
- Integration with the system keyring: Utilizes existing libraries to access Linux operating system keyrings such as SecretService or gnome-keyring), allowing secure storage of sensitive data. - Security: Stores credentials in encrypted form, leveraging the operating system's security tools to protect data. - API for developers: Provides an interface for application developers to easily store, access and manage credentials in their Python programs. - Usage on ProtonVPN: It is an important piece of the Proton ecosystem, ensuring VPN customers can manage their credentials securely.
其他與 python3-proton-keyring-linux 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-keyring
- store and access your passwords safely
-
- dep: python3-proton-core
- Proton Technologies API wrapper