diff options
-rw-r--r-- | doc/design/encryption.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/encryption.mdwn b/doc/design/encryption.mdwn index cc0dd1684..fd320749f 100644 --- a/doc/design/encryption.mdwn +++ b/doc/design/encryption.mdwn @@ -26,7 +26,7 @@ The basis of this scheme was originally developed by Lars Wirzenius et al Data is encrypted by GnuPG, using a symmetric cipher. The cipher is generated by GnuPG when the special remote is created. By default the best entropy pool is used, hence the generation may take a while; One -can use `initremote` with `highRandomQuality=false` or `--fast` options +can use `initremote` with the `--fast` option to speed up things, but at the expense of using random numbers of a lower quality. The generated cipher is then checked into your git repository, encrypted using one or more OpenPGP public keys. This scheme |