bitwarden-decrypt-cli
Bitwarden CLI ported to Python to decrypt secrets
File Explorer
- __init__.py
- CipherType.py
- EncryptionType.py
- FieldType.py
- __init__.py
- ManagedException.py
- __init__.py
- FieldApi.py
- LoginApi.py
- __init__.py
- CipherData.py
- FieldData.py
- LoginData.py
- __init__.py
- Cipher.py
- Cipher_test.py
- CipherString.py
- DecryptParameters.py
- DomainBase.py
- Field.py
- Login.py
- LoginUri.py
- SymmetricCryptoKey.py
- SymmetricCryptoKey_test.py
- __init__.py
- BaseResponse.py
- BaseResponse_test.py
- CipherResponse.py
- CipherResponse_test.py
- __init__.py
- __init__.py
- CipherService.py
- CipherService_test.py
- ContainerService.py
- ContainerService_test.py
- CryptoService.py
- CryptoService_test.py
- SecureStorageService.py
- SecureStorageService_test.py
- StorageService.py
- StorageService_test.py
- Tools.py
- UserService.py
- UserService_test.py
- __init__.py
- data.json
- fixtures_common.py
- __init__.py
- __main__.py
- __version__.py
- Bitwarden.py
- CliSimple.py
- CliSimple_test.py
- common.txt
- dev.txt
- prod.txt
- .bumpversion.cfg
- .coveragerc
- .gitignore
- .travis.yml
- LICENSE
- main.py
- README.md
- requirements.txt
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip3
View Details ▼
pip3
This command is an alias of `pip`.
tldr pip
View documentation for the original command:
pytest
View Details ▼
pytest
Run Python tests.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
Run tests from specific files:
pytest -k {{expression}}
Run tests with names matching a specific [k]eyword expression:
pytest {{[-x|--exitfirst]}}
Exit as soon as a test fails or encounters an error:
# Project Badges
// repository documentation
Was this content helpful?
(0 ratings)
