Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
keyring /
backends /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-04-10 17:07
OS_X.py
1.44
KB
-rw-r--r--
2016-12-04 19:41
SecretService.py
3.16
KB
-rw-r--r--
2016-12-04 19:41
Windows.py
4.81
KB
-rw-r--r--
2016-12-04 19:41
_OS_X_API.py
5.72
KB
-rw-r--r--
2016-12-04 19:41
__init__.py
0
B
-rw-r--r--
2016-12-04 19:41
fail.py
674
B
-rw-r--r--
2016-12-04 19:41
kwallet.py
4.22
KB
-rw-r--r--
2016-12-04 19:41
Save
Rename
from ..backend import KeyringBackend class Keyring(KeyringBackend): """ Keyring that raises error on every operation. >>> kr = Keyring() >>> kr.get_password('svc', 'user') Traceback (most recent call last): ... RuntimeError: ...No recommended backend... """ priority = 0 def get_password(self, service, username, password=None): msg = ( "No recommended backend was available. Install the " "keyrings.alt package if you want to use the non-" "recommended backends. See README.rst for details." ) raise RuntimeError(msg) set_password = delete_pasword = get_password