Linux Tips - Encrypt USB Drive on Windows Linux and MacOS (VeraCrypt)

Опубликовано: 30 Декабрь 2021
на канале: AgileDevArt
4,284
55

Encrypt an USB Drive on Windows Linux and MacOS using VeraCrypt.
WANT TO SUPPORT?
💰 Patreon:   / agiledevart  

---
00:00 Introduction
00:32 Install VeraCrypt on Windows
00:58 Encrypt USB Drive on Windows
02:32 Mount Encrypted USB Drive on Windows
03:30 VeraCrypt CLI on Windows
04:55 Install VeraCrypt on Linux
05:27 Mount Encrypted USB Drive on Linux
05:56 VeraCrypt CLI on Linux
07:40 Create an Encrypted Container using VeraCrypt
08:09 Encrypt using Keyfiles
---

💻 VeraCrypt:
https://www.veracrypt.fr/en/Home.html

⌨️ Windows PowerShell - mount drive as letter A and use password 1234
.\VeraCrypt.exe /v \Device\Harddisk1\Partition1 /l A: /p 1234 /q /s
⌨️ Windows PowerShell - dismount drive A
.\VeraCrypt.exe /d A: /q /s
⌨️ Linux Terminal - mount drive and use password 1234
sudo veracrypt -t -v /dev/sda1 -p 1234 --non-interactive
⌨️ Linux Terminal - dismount drive
sudo veracrypt -d /dev/sda1

●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
👨‍👩‍👧‍👦 Social:
◆ Twitter:   / agiledevart  
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
🎮🕹️🐭 Snappy Mouse Run:
◆ Facebook:   / snappymouserun  
◆ App Store: https://itunes.apple.com/us/app/snapp...
◆ Google Play: https://play.google.com/store/apps/de...
◆ Amazon Store: http://www.amazon.com/gp/mas/dl/andro...
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●

#linux #encrypt #veracrypt