tech:notes_truecrypt_veracrypt_tcplay
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_truecrypt_veracrypt_tcplay [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_truecrypt_veracrypt_tcplay [2026/01/13 11:43] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | + | < |
| + | {{tag> | ||
| - | = Notes TrueCrypt VeraCrypt tcplay | + | # Notes TrueCrypt VeraCrypt tcplay |
| Voir : | Voir : | ||
| Ligne 9: | Ligne 10: | ||
| * [[notes_gostcrypt|GostCrypt]] | * [[notes_gostcrypt|GostCrypt]] | ||
| - | == tcplay | + | |
| + | ## tcplay | ||
| **tcplay** est une implémentation libre de TrueCrypt inclus dans les dépôts Debian | **tcplay** est une implémentation libre de TrueCrypt inclus dans les dépôts Debian | ||
| - | <code -> | + | ~~~ |
| Device | Device | ||
| / | / | ||
| Ligne 19: | Ligne 21: | ||
| 0c W95 FAT32 (LBA) | 0c W95 FAT32 (LBA) | ||
| - | </ | + | ~~~ |
| - | < | + | ~~~bash |
| apt-get install fatresize | apt-get install fatresize | ||
| - | dd if=/ | + | dd if=/ |
| - | dd if=/ | + | dd if=/ |
| parted --align optimal /dev/sda mklabel msdos mkpart p fat32 1MiB 100% | parted --align optimal /dev/sda mklabel msdos mkpart p fat32 1MiB 100% | ||
| parted -ms /dev/sda print | parted -ms /dev/sda print | ||
| - | </ | + | ~~~ |
| - | <code -> | + | ~~~ |
| usb-SanDisk_Ultra_USB_3.0 | usb-SanDisk_Ultra_USB_3.0 | ||
| Ligne 37: | Ligne 39: | ||
| /dev/sda1: UUID=" | /dev/sda1: UUID=" | ||
| - | </ | + | ~~~ |
| - | < | + | ~~~bash |
| parted /dev/sda | parted /dev/sda | ||
| unit s | unit s | ||
| Ligne 45: | Ligne 47: | ||
| #mkpart primary ext4 15015936s 30031871s | #mkpart primary ext4 15015936s 30031871s | ||
| mkpart primary ext4 15015936s 100% | mkpart primary ext4 15015936s 100% | ||
| - | </ | + | ~~~ |
| - | < | + | ~~~bash |
| mkfs.vfat -F 32 -n SANDISK /dev/sda1 | mkfs.vfat -F 32 -n SANDISK /dev/sda1 | ||
| Ligne 56: | Ligne 58: | ||
| tcplay -m enc_steg -d /dev/sda2 | tcplay -m enc_steg -d /dev/sda2 | ||
| mkfs.ext4 / | mkfs.ext4 / | ||
| - | </ | + | ~~~ |
| - | < | + | ~~~bash |
| rm 2 | rm 2 | ||
| resizepart 1 100% | resizepart 1 100% | ||
| fatresize -s max /dev/sda1 | fatresize -s max /dev/sda1 | ||
| - | </ | + | ~~~ |
| ------- | ------- | ||
| - | = Comment marquer la partition FAT en " | ||
| - | = Autres | + | # Autres |
| - | <code -> | + | ~~~ |
| $ / | $ / | ||
| ... | ... | ||
| Ligne 79: | Ligne 80: | ||
| To see valid options, specify '-a help'. | To see valid options, specify '-a help'. | ||
| ... | ... | ||
| - | </ | + | ~~~ |
| - | <code -> | + | ~~~ |
| $ / | $ / | ||
| Valid PBKDF PRF algorithms are: RIPEMD160 RIPEMD160 SHA512 whirlpool | Valid PBKDF PRF algorithms are: RIPEMD160 RIPEMD160 SHA512 whirlpool | ||
| - | </ | + | ~~~ |
| - | < | + | ~~~bash |
| tcplay --create --hidden --device=/ | tcplay --create --hidden --device=/ | ||
| Ligne 102: | Ligne 103: | ||
| tcplay -m hidden --device=/ | tcplay -m hidden --device=/ | ||
| - | mkfs.ntfs / | + | mkfs.ntfs |
| - | </ | + | ~~~ |
| Fin | Fin | ||
| - | < | + | ~~~bash |
| umount / | umount / | ||
| dmsetup remove crypt1 | dmsetup remove crypt1 | ||
| - | </ | + | ~~~ |
| + | |||
| + | ## Autres | ||
| + | Comment marquer la partition FAT en " | ||
tech/notes_truecrypt_veracrypt_tcplay.1742825205.txt.gz · Dernière modification : de 127.0.0.1
