Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerwin612/dbeaverpasswordviewer

A tool for viewing DBeaver Community Edition passwords
https://github.com/kerwin612/dbeaverpasswordviewer

dbeaver rust-app

Last synced: 3 months ago
JSON representation

A tool for viewing DBeaver Community Edition passwords

Awesome Lists containing this project

README

        

# DBeaverPasswordViewer
> A tool for viewing DBeaver Community Edition passwords

**Usage:**
```bash
DBeaverPasswordViewer path_of_credentials-config.json[#name_of_connection] [iv] [key]
```

**example:**
* List all connection configuration information
```bash
DBeaverPasswordViewer $DBEAVER_WORKSPACE/General/.dbeaver/credentials-config.json
```
* List configuration information for connection name ***test_connect***
```bash
DBeaverPasswordViewer $DBEAVER_WORKSPACE/General/.dbeaver/credentials-config.json#test_connect
```