Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savely-krasovsky/dvpn-decrypter
https://github.com/savely-krasovsky/dvpn-decrypter
blockchain cryptocurrency dvpn export mnemonic-seed reverse-engineering themis utility
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/savely-krasovsky/dvpn-decrypter
- Owner: savely-krasovsky
- Created: 2022-06-07T00:40:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T00:42:10.000Z (over 2 years ago)
- Last Synced: 2024-04-30T05:48:02.475Z (8 months ago)
- Topics: blockchain, cryptocurrency, dvpn, export, mnemonic-seed, reverse-engineering, themis, utility
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dvpn-decrypter
SOLAR Labs dVPN app currently (07.06.2022) does not support mnemonic seed export. So I did some reverse engineering and wrote this small utility.
Devs from SOLAR Labs use Themis as crypto framework, it's not my idea to use it.Read source code and compile it by yourself, I don't want you to think that I'm a scamer :)
## Usage
1. Install [themis](https://docs.cossacklabs.com/themis/installation/installation-from-packages/) (you will probably need Linux or Windows with WSL)
2. `go build dvpn-decrypter`
3. Launch it like this `./dvpn-decrypter -email "[email protected]" -pass "your_cool_pass_from_solar_id"`## Help
```bash
./dvpn-decrypter -h
Usage of ./dvpn-decrypter:
-email string
your email
-pass string
your password
```