Encrypt USB drive

57 views
Skip to first unread message

Sam

unread,
Nov 8, 2023, 2:56:31 PM11/8/23
to ntsysadmin
Hi,

Does anyone know how to encrypt a USB drive so that its content cannot be downloaded, specifically videos?

Thanks

Micheal Espinola

unread,
Nov 8, 2023, 3:14:45 PM11/8/23
to ntsys...@googlegroups.com
"Downloaded" - you mean not readable/copyable? Good encryption will make the data unreadable, although still copyable.

Since you are talking about videos specifically, are you interested in forms of DRM?

--
You received this message because you are subscribed to the Google Groups "ntsysadmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ntsysadmin+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ntsysadmin/d426261e-108f-41e2-b9bf-e1cfe38a1b10n%40googlegroups.com.


--
Espi

Philip Elder

unread,
Nov 8, 2023, 3:15:28 PM11/8/23
to ntsys...@googlegroups.com

In Windows right click and enable BitLocker To Go on the drive. Set a strong pass phrase and drop that into your password manager.

 

For machines that the flash drive gets plugged in to regularly the pass phrase can be entered and saved though a password manager is just as good to hit the password prompt with the unlock code.

 

Philip Elder MCTS

Senior Technical Architect

Microsoft High Availability MVP

E-mail: Phili...@mpecsinc.ca

Phone: +1 (780) 458-2028

Web: www.mpecsinc.com

Blog: blog.mpecsinc.com

Twitter: Twitter.com/MPECSInc

Skype: MPECSInc.

 

Please note: Although we may sometimes respond to email, text and phone calls instantly at all hours of the day, our regular business hours are 8:00 AM - 5:00 PM, Monday thru Friday.

--

Henry Awad

unread,
Nov 8, 2023, 3:16:07 PM11/8/23
to ntsys...@googlegroups.com
You can use Bitlocker to encrypt the drive just as you would any other disk. There are other encryption tools on the market and probably some open source ones too.

--

Belanger, Xavier B

unread,
Nov 8, 2023, 3:16:10 PM11/8/23
to ntsys...@googlegroups.com

Hi,

 

USB flash drives can be encrypted with BitLocker (I’m assuming a MS Windows environment), like any other fixed drive.

 

[ https://www.microsoft.com/en-us/microsoft-365-life-hacks/privacy-and-safety/how-and-why-to-encrypt-usb-flash-drive ]

 

Sincerely,

--

Xavier Belanger

IT Security Architect | CISSP | Office of Information Security

University of North Carolina Wilmington

 

From: ntsys...@googlegroups.com <ntsys...@googlegroups.com> On Behalf Of Sam
Sent: Wednesday, November 8, 2023 2:57 PM
To: ntsysadmin <ntsys...@googlegroups.com>
Subject: [ntsysadmin] Encrypt USB drive

 

You don't often get email from simch...@gmail.com. Learn why this is important

[This email originated from outside of UNCW]

Hi,



Does anyone know how to encrypt a USB drive so that its content cannot be downloaded, specifically videos?



Thanks

--

Shawn K. Hall

unread,
Nov 8, 2023, 3:20:12 PM11/8/23
to ntsys...@googlegroups.com
Using bitlocker, assuming F: drive:

manage-bde -on F: -RecoveryKey "%USERPROFILE%\bde" -UsedSpaceOnly -sync
-SkipHardwareTest -RecoveryPassword

In order to access the drive the person would need to decrypt it first,
and that would require access to the keys backed up to your user profile
("%USERPROFILE%\bde") or the recovery password (displayed on screen).
Your user account would be able to access it if you enable autounlock.

If the person has administrative access to your computer or your user
account then they could get the keys.

-S


> -----Original Message-----
> From: ntsys...@googlegroups.com
> [mailto:ntsys...@googlegroups.com] On Behalf Of Sam
> Sent: Wednesday, November 8, 2023 11:57
> To: ntsysadmin
> Subject: [ntsysadmin] Encrypt USB drive
>
> --
> You received this message because you are subscribed to the
> Google Groups "ntsysadmin" group.
> To unsubscribe from this group and stop receiving emails from
> it, send an email to ntsysadmin+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ntsysadmin/d426261e-108f-41e
> 2-b9bf-e1cfe38a1b10n%40googlegroups.com
> <https://groups.google.com/d/msgid/ntsysadmin/d426261e-108f-41
> e2-b9bf-e1cfe38a1b10n%40googlegroups.com?utm_medium=email&utm_
> source=footer> .
>
>

Sam

unread,
Nov 8, 2023, 3:36:06 PM11/8/23
to ntsysadmin
I apologize for not explaining it clearly earlier. What I'm trying to do is share some video trainings with someone, but I don't want them to be able to copy the data from the USB. Essentially, I only want them to be able to watch the videos.

Wright, John M

unread,
Nov 8, 2023, 4:02:31 PM11/8/23
to ntsys...@googlegroups.com

I’ll be surprised if there’s a technological solution to that problem.  If you trust someone with the data, it will likely be susceptible to copying; if you don’t trust the person to be able to copy, you shouldn’t give them the data.

 

I don’t know a solution beyond bringing them to a room, showing the video, then sending them away.

 

--

John Wright

IT Support Specialist

1800 Old Bluegrass Avenue, Louisville, KY 40215

502.708.9953

Please submit IT requests to Hazelwoo...@bluegrass.org

24 Hour Helpline 1.800.928.8000

  

CONFIDENTIALITY NOTICE: This message contains confidential information and is intended only for the individual(s) addressed in the message. If you are not the named addressee, you should not disseminate, distribute, or copy this e-mail. If you are not the intended recipient, you are notified that disclosing, distributing, or copying this e-mail is strictly prohibited.

 

From: ntsys...@googlegroups.com <ntsys...@googlegroups.com> On Behalf Of Sam
Sent: Wednesday, November 8, 2023 3:36 PM
To: ntsysadmin <ntsys...@googlegroups.com>

Subject: Re: [ntsysadmin] Encrypt USB drive

 

This message is from an external sender.

[CAUTION] Do not click on links or open attachments unless you recognize the sender and know the content is safe.
If you believe this is a malicious email, please forward it the local IT team and click the Report Message button in Outlook.

 

Henry Awad

unread,
Nov 8, 2023, 4:25:16 PM11/8/23
to ntsys...@googlegroups.com
This could be better achieved through a cloud sharing solution where you can allow users to view the content of the drive but not allow downloading. 


Kurt Buff

unread,
Nov 8, 2023, 4:34:45 PM11/8/23
to ntsys...@googlegroups.com
Bitlocker To Go?

3rd party AV/EDR/XDR suite?

Do you need it to automatically deploy, or will it be manual?

Kurt

--
You received this message because you are subscribed to the Google Groups "ntsysadmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ntsysadmin+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages