Changes between Version 3 and Version 4 of Encryption
- Timestamp:
- 11/07/13 07:07:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encryption
v3 v4 16 16 == Setup == 17 17 18 Prior to version 0.11, the encryption key used was derived directly from the "{{{--password-file=FILENAME}}}" command line option. 19 20 Starting with version 0.11, one can specify the encryption key to use with the "{{{--encryption-keyfile=FILENAME}}}" command line option or fallback to the password from the [/wiki/Authentication authentication module] in use. 21 22 The contents of this key are combined with salts to generate the secret used to initialize the AES cipher. 18 23 }}}