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

Channel:
Subscribers:
15,700
Published on ● Video Link: https://www.youtube.com/watch?v=w0hMYpBpjJM



Duration: 10:34
1,772 views
35


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




Other Videos By AgileDevArt


2024-10-27How to Run .NET MAUI on Linux - Guide (2024)
2024-10-14FREE Unity Cloud Builds on Azure DevOps (2024)
2024-10-02DOOM on Mobile from Source - No Unity! (2024)
2024-09-11MacOS DOOM on Linux - Here's How with Darling (Guide 2024)
2024-09-05Build DOOM from Source and Run Anywhere (Step by Step Guide 2024)
2024-08-29Install Cosmic Desktop on Arch Linux - Epoch 1 Impression (2024)
2024-08-16Fastest Install of Alpine Linux with GNOME (PostmarketOS 2024)
2024-08-07Emulate macOS for .NET Apps - No Mac Needed (Darling 2024)
2022-01-25Window Snapping You Didn't Know About (Windows 11 & 10)
2022-01-17Docker Tips - Full Ubuntu in a Container using XRDP on Windows (2022)
2021-12-30Linux Tips - Encrypt USB Drive on Windows Linux and MacOS (VeraCrypt)
2021-12-27Linux Tips - Build and Run Linux Apps Natively on Windows (Cygwin)
2021-12-12Linux Tips - Overclock NVIDIA on Ubuntu for Crypto Mining
2021-11-14Docker Tips - Overclock GPU Accelerated Linux Container (2021)
2021-11-05Docker Tips - Full Ubuntu GUI in a Container Displayed on Windows (XServer)
2021-10-30Linux Tips - Easy Altcoin mining using old NVIDIA on Ubuntu (2021)
2021-10-24Docker Tips - Ethereum mining in a Linux Container on Windows (WSL 2) 2021
2021-10-17Linux Tips - Easy Ethereum mining using AMD on Ubuntu 20.04 (2021)
2021-10-10Linux Tips - Install Full Ubuntu Desktop on a USB Drive (2021)
2021-09-09Easy Copy-Paste Between GIMP & Inkscape (2021)
2021-07-28Docker Tips - GUI Apps in a Linux Container on Windows (2021)



Tags:
encrypt disk
decrypt disk
encryption
encrypt usb
encrypt drive
decrypt drive
decrypt usb
compile
windows
linux
macos
veracrypt
aes
encrypt
container
CLI
command line
automate
ubuntu
encrypt ubuntu
encrypt keyfiles
keyfiles
keyfile
powershell