File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Documentation/device-mapper Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Device-Mapper's "crypt" target provides transparent encryption of block devices
5
5
using the kernel crypto API.
6
6
7
7
For a more detailed description of supported parameters see:
8
- http ://code.google. com/p /cryptsetup/wiki /DMCrypt
8
+ https ://gitlab. com/cryptsetup /cryptsetup/wikis /DMCrypt
9
9
10
10
Parameters: <cipher> <key> <iv_offset> <device path> \
11
11
<offset> [<#opt_params> <opt_params>]
@@ -80,7 +80,7 @@ Example scripts
80
80
===============
81
81
LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
82
82
encryption with dm-crypt using the 'cryptsetup' utility, see
83
- http ://code.google. com/p/ cryptsetup/
83
+ https ://gitlab. com/cryptsetup/cryptsetup
84
84
85
85
[[
86
86
#!/bin/sh
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ block boundary) are the hash blocks which are stored a depth at a time
142
142
143
143
The full specification of kernel parameters and on-disk metadata format
144
144
is available at the cryptsetup project's wiki page
145
- http ://code.google. com/p /cryptsetup/wiki /DMVerity
145
+ https ://gitlab. com/cryptsetup /cryptsetup/wikis /DMVerity
146
146
147
147
Status
148
148
======
@@ -159,7 +159,7 @@ Set up a device:
159
159
160
160
A command line tool veritysetup is available to compute or verify
161
161
the hash tree or activate the kernel device. This is available from
162
- the cryptsetup upstream repository http ://code.google. com/p /cryptsetup/
162
+ the cryptsetup upstream repository https ://gitlab. com/cryptsetup /cryptsetup/
163
163
(as a libcryptsetup extension).
164
164
165
165
Create hash on the device:
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc)
228
228
*
229
229
* tcw: Compatible implementation of the block chaining mode used
230
230
* by the TrueCrypt device encryption system (prior to version 4.1).
231
- * For more info see: http ://www.truecrypt.org
231
+ * For more info see: https ://gitlab.com/cryptsetup/cryptsetup/wikis/TrueCryptOnDiskFormat
232
232
* It operates on full 512 byte sectors and uses CBC
233
233
* with an IV derived from initial key and the sector number.
234
234
* In addition, whitening value is applied on every sector, whitening
You can’t perform that action at this time.
0 commit comments