Vaultwarden ciphers API client
Project description
🛡️Guardian🪽
Vaultwarden Ciphers API Client
Introduction
🛡️Guardian🪽 is a Vaultwarden client in Python which lets you to retrieve and decrypt your ciphers (items in the vault).
Usage
Install it with pip:
pip install guardian_vaultwarden
Inside your code do:
import guardian_vaultwarden
vault = guardian_vaultwarden.Client(uri, email, password, client_id, client_secret)
# Client id and secret are available in the Vaultwarden webapp, under Settings ->
# Security -> Keys.
vault.login()
cipher = valut.cipher(cipher_id) # UUID of the cipher.
# Returns a decrypted dict with cipher information, like:
#
# {
# "name": "MY_CIPHER",
# "login": {
# "username": "email@email.com",
# "password": "mypass",
# ...
# },
# ...
# }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file guardian_vaultwarden-0.1.1.tar.gz.
File metadata
- Download URL: guardian_vaultwarden-0.1.1.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96676b46f689e49046e1fce9ac71a52ed4aa51b5a4dc5279292142be37d3d6e4
|
|
| MD5 |
16ec4bb55940292611054e6f832379f9
|
|
| BLAKE2b-256 |
cc36d68878977ac078ac0817b49a474b18d0a7c57d342e9173b5ff2b961f1d0a
|
File details
Details for the file guardian_vaultwarden-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: guardian_vaultwarden-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a7aba3a22ad97f5f0c3c83cb3a4d7d6aecfe0379f511da221ef571e6bfcf142
|
|
| MD5 |
a0caaa1f94797c1cc7348b516abf4d78
|
|
| BLAKE2b-256 |
4dc4f6ac3dfe43ff451d4d8a4db0502090c28f62e2df3d6a23e8edc8d3186032
|