How do I encrypt/password protect an external drive?

Hey, I have over 80 gigs of music saved on an external hard drive I use with my MBP. I take this disk to different studios, etc and want to make sure that I am the only one who can access the external drive when it is plugged into a computer. Is there a way to encrypt/passwork protect an entire external drive? I looked into the disk image thing, but as far as I can tell there are space limitations with this (or am I wrong)?
I would really appreciate anyones help with this. Thanks.

If you want to password protect a folder ...
Launch /Applications/Applescript/Script Editor
Paste this in:
on opening folder This_Folder
repeat
tell application "Finder"
set dialogresult to display dialog "Restricted Folder. Please enter the password to access folder:" buttons {"Ok", "Close"} default button 1 default answer "" with hidden answer
copy the result as list to {PWText, button_choice}
set button_choice to the button returned of dialogresult
if button_choice is equal to "Ok" then
set PWText to the text returned of dialogresult
if not PWText = "your password" then
display dialog "Access Denied" buttons {"Ok"} default button 1
else
display dialog "Access Granted" buttons {"Ok"} default button 1
exit repeat
end if
else if button_choice is equal to "Close" then
tell application "Finder"
close folder This_Folder
exit repeat
end tell
end if
end tell
end repeat
end opening folder
Click 'Compile' then 'Save As'
(Where it says "*your password*" insert the one you want)
Then CTRL-click on a folder / (Enable Folder Actions if not on) / Configure Folder Actions / Activate and select your script.

Similar Messages

  • I'm trying to find an external drive for the MacPro that will allow me to password protect the external drive in case it is taken.  Any suggestions on a very reliable on that is 2TB or a third party software that is compatable with the need I describe?

    I'm trying to find an external drive for the MacPro that will allow me to password protect the external drive in case it is taken.  Any suggestions on a very reliable one that is 2TB or a third party software that is compatable with the need I describe?

    How much of a hurry are you in, and are you considering upgrading to Lion?
    File Vault on Snow Leopard only encrypts home folders you select, and doesn't work well with Time Machine.
    But Lion will have "full disk encryption" of local or external disks.  See File Vault 2 here: http://www.apple.com/macosx/whats-new/features.html

  • Simplest way to password protect an external drive??

    I want to clone my Macbook onto an external drive - I don't want to have to turn on filevault - never used it - i would ideally like to password protect the "Macintosh HD" icon on the external drive.... is there a really simple way to do this?

    Well, whenever I want to password protect anything, I just encrypt it using disk utility.
    After opening Disk Utility, go to File, New, Blank Disk Image. Then you select how much space you'd like to take up with the encrypted folder (you have to preset the size of the folder anticipating further change). The folder can be made on your main HD or Flash drive or external HD. It offer 256bit encryption but the folder can still be deleted by anyone with access to it even without the password.

  • Password protecting an external drive

    apologies if this has already been asked and answered:
    I back up my Macbook onto an external La Cie hard drive; my macbook is protected by account and login passwords - how can I password protect the identical data on my backup drive?

    Use the Disk Utility application in the /Applications/Utilities/ folder to create an encrypted disk image on that drive, and then move your data on the external drive to it followed by throwing the unencrypted data away and choosing Secure Empty Trash from the Finder menu. If you don't uncheck the box to add the image's password to the keychain and the keychain password is the same as your login password, which is the default setting, the image will be unlocked to your account when you login, but will remain encrypted to other accounts, including root.
    (20535)

  • How to password-protected an external disk on yosemite?

    I search for hours but with no results...
    I'm searching for a simple and free application that will password protect my external disk I'm moving from one place to another one. There are a lot of free solutions for PC but I have a hard time finding a solution for Mac.
    Encryption with disk utility is not a solution for me since my 10.6.8 computer would not recognize the disk.
    Moreover, I only want a simple password-protection.
    I bought a WD elements and thought I could use Wd security but it looks like it only works with WD my passport (that contains this software) and that WD is preventing WD elements hard disks to be recognized by this application....
    I searched the internet and it looks like there is no free solution. Or any free solution is not updated (not yosemite compatible).
    Is there a free app ? Or do I have to buy a software (in that case which one would you recommend me)?
    Thanks for your advices.

    Thank you Kappy but you didn't read all my post. I quote "Encryption with disk utility is not a solution for me since my 10.6.8 computer would not recognize the disk."

  • Help- how to password protect an external hard drive?

    I'm just stuck. There must be a way to encrypt or password protect an external hard drive. No?

    The easiest way is to make an encrypted disk image of the folder contents with Disk Utility. Go to Disk Utility's File menu -> New -> Disk Image from Folder. There you can pick an encrypted disk image. Once you have made that image, delete the folder that it came from and leave the image behind. Mind you, there is always the risk you might lock yourself out permanently from that data if the image becomes corrupted. You are safer keeping the external hard disk in a physically safe place when not in use.

  • I want to password protect an external dvd. I try using disc utility, but it won't format with encryption as it claims in the Help instructions. I am using Lion. Any ideas?

    I want to password protect an external dvd. I try using disc utility, but it won't format with encryption as it claims in the Help instructions. I am using Lion. Any ideas?
    Using Disk Utility, I select the disc image that contains the data that I want to backup to a DVD and select Burn. The program asks that a blank DVD be inserted.  When I do that, no format pop-up appears as is indicated in the Help instuctions.  If I procede with the burn, there is no password protection.  Before I converted to Lion, I used to use Disk Utility to burn backup DVDs without any problems.

    AFAIK, you create an encrypted disk image and burn that to DVD. There's nothing else to do, but I might be mistaken.

  • Open An Encrypted, Password Protected Saprsebundle Disk Image With iPhone?

    Is it possible to open an encrypted, password protected sparsebundle disk image using an iPhone/iPad/iPod Touch that is stored on a NAS drive connected to an AirPort Extreme Base Station?
    If so, how do I do it?
    If not, would you be able to explain why not?
    Thanks, Alex

    Hi Robert,
    > Once you through a sudo in there, you lose the option
    to have a regular user
       That's not really true. Sudo is one of the most flexible commands around and not only can a regular user use it but they can use it without a password. Mind you I'm not suggesting that you make all users admins; you can specify both of these privileges for this command only. All you have to do is to put a line like the following in your /etc/sudoers file. (with sudo visudo of course)
    ALL ALL = NOPASSWD: /usr/bin/hdiutil create -encryption -certificate*-stdinpass -type SPARSE -fs "HFS+" -volname-size
    I've included wildcards so that the cert file, volume name, size and image are arbitrary but the others must be in the user's command to qualify. I realize that you'll want different options to use FileVault certs but I don't know how to do that so I used your original example as my example.
       Of course it wouldn't be that easy for your lusers to get all of those options correct so the next thing you do is to wrap the command, with it's sudo preface, in a shell script that parses the cert file, volume name, size and image from the options the user passes to the script and puts those into the command with the right syntax. If you want to get really fancy, the script could prompt the user for any arguments that were omitted. Your lusers will think that you created this really cool command and never know that sudo was involved.
    Gary
    ~~~~
       If you give a man enough rope, he'll claim he's tied up
       at the office.

  • How to setup a password protection in my wireless airPort?

    How to setup a password protection to my wireless AirPort?

    To configure the AirPort base station for wireless security, you will need to use the AirPort Utility.
    AirPort Utility > Select the AirPort > Manual Setup > AirPort > Wireless tab
    Wireless Security: <None | WEP (Transitional Security Network) | WPA/WPA2 Personal | WPA2 Personal>
    Wireless Password: <enter your desired password>
    Verify Password: <reenter your desired password>

  • How to split a password-protected PDF file?

    There is a tutorial to let you know how to split a password-protected pdf file, check in here:http://www.kvisoft.com/tutorials/split-a-password-protected-PDF-file.html

    Yup. You all are right. I ordered Adobe Acrobat today and the order is still processing. I can get to Adobe Acrobat.com but that too does not work. I guess I will have to wait until my order is processed before I get the keys to the kingdom. Thanks for your help and please forgive my ignorance.Regards,Bob

  • How do I remove password protection from a PDF file in Adobe Reader

    How do I remove password protection from a PDF file in Adobe Reader?

    PDF security can only be implemented or removed using Adobe Acrobat.

  • How do I open password protected email attachment?

    Does anyone know how to open a password protected attachment in email.
    My email will not download the attachment if it is password protected

    I have the same problem.  When a password protected attachement is sent to my iPhone, there is no icon attached, only the code in the email.  However, it's normal when I view the email with my PC (Fire Fox or IE).  The same thing happens on the iPhone 3, 4 and iPad 3.  If a PDF file is not password protected, the PDF icon appears and all I have to do is click on it and it opens.  Does anyone have any ideas?  Apple Support is clueless on this one.

  • How to import a password protected p12 certificate to keystore?

    Hi all,
    I am new in java security programming.
    And I got something very urgent need your help..
    How to import a password protected p12 certificate to keystore programmatically?
    Does anyone have sample codes on this issue?
    thanks very much
    Wyan

    Hi omslion,
    I responded to a similar post from you (and moved it to the Acrobat forums). Password protecting a file requires Adobe Acrobat. You are welcome to download a free 30-day trial of Acrobat. For more information, see www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • How do i setup itunes only on external drive with windows

    well i have windows xp running on bootcamp. i have my main library on my internal drive on my os x partition.
    i want to have music with xp without putting music on my bootcamp partition ( i think my size is 25 or 35 gig). how do i do this on my external drive? do i install itunes on my windows external partition and just copy my music folder there and then import?
    i want to make sure i have a good idea of what to do before i start fooling around. my windows partition is fat 32 while my bootcamp is ntsf

    Move the iTunes music folder to the desired location, and then drag it into the open iTunes window. iTunes itself must be on the startup disk.
    (33998)

  • G'day.  I am using iMovie 11 and need to clear disk space.  How can I do that using an external drive, leaving me the option to go back and make changes or access old events or projects from that external drive?

    G'day.  I am using iMovie 11 and need to clear disk space.  How can I do that using an external drive, leaving me the option to go back and make changes or access old events or projects from that external drive?

    The slightly bigger question is whether you want to move all movie content to the external drive (essentially meaning that drive will always need to be attached when you're working with your videos), or whether you just want to archive older videos off to the external drive.
    If you want to move all videos, then just move the 'Movies' folder in your home directory to the external drive, then create an alias of the external 'Movies' back in to your home directory. Now the 'Movies' icon in your home directory will point to the external drive and everything will just work (as long as the external drive is attached when you launch iMovie)
    If you want to archive older movies then each Movie should have its own subdirectory within your Movies folder. These can easily be moved off to the external drive, and moved back should you ever need to work on those movies again.

Maybe you are looking for

  • How can I create a document with piece-making?

    Hello Community, I am looking to create a template document that allows quick inserting and removing of pre-made statements for a list, yet are editable to a degree.  I am imagining I would be able to use the Repeating Section Content Control with Dr

  • How to turn on keyboard light?

    My friend just got the 9300, and can't seem to figure out how to turn on the keyboard lights... Help please

  • Synchronizing Business Partners for cProjects

    Hi all, We are on cProjects 4.0, ECC 6. We are trying to create Business Partners of the employees via report HR_SYNC_PERSON. The required settings are made for HR Integration in transaction OO_CENTRAL_PERSON. On running the report, we are getting th

  • Firewire issues (HD dismounts when plugging in other devices)

    I've got a brand new Mac Pro with a Seagate 1T external firewire drive connected to the firewire port on the back of the computer. I also have a Lexar firewire CF card reader plugged into the firewire port on the front of the computer. Whenever I ins

  • How to find the dependency of a table

    Hi All, how to find all packages or procedure which are using specific table . is there any table where we can go and search . i mean i have table called let say table_A and i want to find in which procedure or package this table will be using . Than