mvt/docs
Daniel Kahn Gillmor 53adc05338 mvt-ios decrypt-backup: Enable pulling password from the environment.
Specifying the password on the command line with `--password XXX`
leaves the password itself visible to any process on the machine which
can scan the process table.

On some systems (including common GNU/Linux distributions) this
visibility is possible by default.

This change should make it possible to offer the password without
putting it into the process table; rather, the user puts the password
in the environment, and specifies the name of the environment
variable, like so:

```
$ export MVT_IOS_BACKUP_PASSWORD=WronglySconeRoundnessUnruffled
$ mvt-ios decrypt-backup -d /path/to/dest /path/to/data/XXXXXXXX-YYYYYYYYYYYYYYY/
$ unset MVT_IOS_BACKUP_PASSWORD
```

or you can do so using a prefixed env var, as described in the updated
check.md documentation.
2021-07-30 23:10:54 -04:00
..
android Merge branch 'master' of github.com:mvt-project/mvt 2021-07-21 10:44:43 +02:00
img Improves documentation 2021-07-18 16:33:34 +02:00
ios mvt-ios decrypt-backup: Enable pulling password from the environment. 2021-07-30 23:10:54 -04:00
docker.md Removed duplicate title 2021-07-30 17:56:05 +02:00
index.md First commit 2021-07-16 08:05:01 +02:00
install.md Automatically recover malformed sqlite3 databases (closes: #25 #37) 2021-07-25 11:47:05 +02:00
introduction.md Typo 2021-07-22 22:49:26 -04:00
license.md First commit 2021-07-16 08:05:01 +02:00
mvt.png First commit 2021-07-16 08:05:01 +02:00
requirements.txt Improves documentation 2021-07-18 16:33:34 +02:00