diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-09-10 12:20:13 +0200 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2021-01-10 21:05:19 -0800 |
commit | b23296e1cc47cf5350835d8a8cca6eb6f5d7d270 (patch) | |
tree | 61db1288e6076fd03bc8d9603817df8778c946ce /doc | |
parent | 23dee1867bba7d899bd806b4ed41d29a2800db89 (diff) | |
download | nitrocli-b23296e1cc47cf5350835d8a8cca6eb6f5d7d270.tar.gz nitrocli-b23296e1cc47cf5350835d8a8cca6eb6f5d7d270.tar.bz2 |
Add fill command to overwrite SD card
This patch adds the fill command that overwrites the SD card with random
data. Similar to the reset command, we always require the user to enter
the admin PIN even if is cached.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nitrocli.1 | 10 | ||||
-rw-r--r-- | doc/nitrocli.1.pdf | bin | 42316 -> 42979 bytes |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/nitrocli.1 b/doc/nitrocli.1 index fb207c4..fd04d45 100644 --- a/doc/nitrocli.1 +++ b/doc/nitrocli.1 @@ -136,6 +136,16 @@ open. .TP \fBnitrocli hidden close Close a hidden volume. +.TP +\fBnitrocli fill\fR +Fills the SD card with random data, overwriting all existing data. +This operation takes about one hour to finish for a 16 GiB SD card. +It cannot be canceled, even if the \fBnitrocli\fR process is terminated before +it finishes. + +This command requires the admin PIN. +To avoid accidental calls of this command, the user has to enter the PIN even +if it has been cached. .SS One-time passwords The Nitrokey Pro and the Nitrokey Storage support the generation of one-time diff --git a/doc/nitrocli.1.pdf b/doc/nitrocli.1.pdf Binary files differindex c5fce65..d04fe02 100644 --- a/doc/nitrocli.1.pdf +++ b/doc/nitrocli.1.pdf |