Linux Tips - Encrypt USB Drive on Windows Linux and MacOS (VeraCrypt)
Encrypt an USB Drive on Windows Linux and MacOS using VeraCrypt.
---
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: https://twitter.com/agiledevart
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
🎮🕹️🐭 Snappy Mouse Run:
◆ Facebook: https://www.facebook.com/snappymouserun/
◆ App Store: https://itunes.apple.com/us/app/snappy-mouse-run/id1163515281
◆ Google Play: https://play.google.com/store/apps/details?id=com.agiledevart.snap
◆ Amazon Store: http://www.amazon.com/gp/mas/dl/android?asin=B07J15TS3R
●▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬●
#linux #encrypt #veracrypt