You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<img src="https://img.shields.io/twitter/follow/_Vault12_?label=Follow&style=social" alt="Follow us on X" />
16
15
</a>
17
16
</p>
18
17
19
18
# Overview
20
19
21
-
A command-line utility for recovering assets from the raw data exported from [Vault12 mobile app](https://vault12.com/download/).
20
+
The Vault12 Recovery Utility is a command-line tool designed to recover assets from raw data exported from the [Vault12 Guard mobile app](https://vault12.com/download/).
22
21
23
22
## Installation
24
23
25
-
1. Install [node](https://nodejs.org/)
26
-
2. Install the package globally:
27
-
```
28
-
$ npm i -g vault12-recovery
29
-
```
24
+
1. Install [Node.js](https://nodejs.org/).
25
+
2. Install the package globally by running:
26
+
```bash
27
+
npm install -g vault12-recovery
28
+
```
29
+
30
30
## Usage
31
31
32
-
1. Export the decryption key (`vault12.json`) from the Vault12 app: *Settings > Advanced > Export My Vault’s Decryption Key*.
33
-
2. Collect the raw Vault data from several Guardian devices via *Settings > Advanced > Export Data for External Vault*. You'll need to collect the amount of files equal to the **Number of Confirmations** you selected when creating the Vault.
34
-
3. Place all exported archives and `vault12.json` file in the same directory, e.g. `~/vault12-files`.
35
-
4. In terminal, run
36
-
```
37
-
$ vault12-recovery ~/vault12-files
38
-
```
39
-
5. You should find all recovered assets from the Vault in the directory `~/vault12-files/output`.
32
+
1. Export the decryption key (`vault12.json`) from the Vault12 app:
33
+
-**Settings > Advanced > Export My Vault’s Decryption Key**.
34
+
2. Collect the raw Vault data from multiple Guardian devices:
35
+
- Use **Settings > Advanced > Export Data for External Vault**.
36
+
- Ensure you collect the number of files equal to the **Number of Confirmations** you selected when creating the Vault.
37
+
3. Place all exported archives and the `vault12.json` file in the same directory, e.g., `~/vault12-files`.
38
+
4. Run the recovery utility in the terminal:
39
+
```bash
40
+
vault12-recovery ~/vault12-files
41
+
```
42
+
5. The recovered assets will be saved in the `~/vault12-files/output` directory.
40
43
41
44
## License
42
45
43
-
Vault12 Recovery Utility is released under the [MIT License](http://opensource.org/licenses/MIT).
46
+
**Vault12 Recovery Utility** is released under the [MIT License](http://opensource.org/licenses/MIT).
0 commit comments