Encryption For Backups ?

Hi,
I want to make a back-up to a DVD and have the disc 'off-site', i.e. at a friend's house. Is there a way to encrypt the data, so that no one can read them? Military-strength encryption isn't needed; just enough to keep curious eyes away.
Thanks.

4.7 GB is too large for a single layer DVD. 4.38 GB
is the maximum that will fit. Once you have burned
the DVDs (you may want to make more than one, if the
data is valuable, and store in separate locations),
you can delete the disk image file. Don't forget the
password for the encrypted file. Mount one of the
DVDs, and make sure the password works, and the files
are readable.
Right, well the DVD is readable in my Mac, even with the image deleted from $HOME. However, when I put the DVD into a machine at work today (Windows), it didn't even see the disk.
D.C.

Similar Messages

  • HT201269 I forgot my password for Encrypt my Backup how can I reset that please help I really need it Urgently???

    I forgot my password for Encrypt my Backup how can I reset that please help I really need it Urgently?

    If you do not know the passcode then you cannot use the backup
    Sorry

  • HT201269 I am trying to remove the backup encrypt for my Iphone 4 but the itunes ask for the password and  basically I have not set any password before ...!!! Please note that I entered the password for my apple account and also it did not work, how i can

    I am trying to remove the backup encrypt for my Iphone 4 but the itunes ask for the password and  basically I have not set any password before ...!!! Please note that I entered the password for my apple account and also it did not work, how i can reset it?

    You can't reset it.  If you don't konw the password then you can't use that backup

  • Itunes hangs when trying to uncheck encryption for iphone backup.

    Itunes hangs when trying to uncheck encryption for iPhone backup. The iTunes software becomes unusable and unresponsive after entering correct password (only set up today) All i want to do is backup my iPhone before trying update to the latest ios. I have tried uninstalling all Apple software and re-installing, all unsuccessfully - still have the same problem! Essentially i have to use ctr+alt+del to even close the iTunes program, so I'm assuming there must be some sort of corruption with the encryption / password setup - neither of which have been used at all, all previous backups are on iCloud and don't have encryption. I obviously don't want to attempt a backup with these sort of issues occurring as i don't think i could trust it. Can anyone suggest a way to fix the problem, Ive tried googling all afternoon without any success - most answers I can find relate to people who have lost their passwords but don't have the software issues i am having.

    Further to the issue - i thought I'd try and run an encrypted backup for fun (since that's the only option available atm) and the backup hangs as well - in fact it doesn't even technically start other than saying its backing up. The progress bar never moves at all?

  • Local backup was made without "Encrypt Local Backup" checked before upgrading to iOS 7 but I can't restore because a password is requested to restore it. What do I do?

    I hadn't yet upgraded to iOS7 from iOS6 on my iPad so I clicked "Manual Backup" [To this computer] and "Encrypt Local Backup" was not checked.
    The backup seemed to complete without error or incident.
    I then went through the iOS 7 upgrade and when it was completed the options are "Set up as new device" or "Restore from Backup"
    Since I didn't want to wipe all the data on my iPad, I chose restore, and it said connect to iTunes, which I did.
    When I click on Restore Backup, it asks for me to choose which backup I want. I choose the last one that I had just done as indicated above (which is the default).
    It then gives me a dialog of "Enter the password to unlock your iPad backup. I even tried every password I've used in the last two years. Nothing works. What I don't understand is why it's asking for a password at all?
    Is there a way around this? I don't want to loose the data I just backup up.

    Sorry there is no way around this.
    If you don't know the password you will need to restore as new.
    Then you can sync apps/music back via itunes.

  • IOS 5 Update encrypted my backup, WTH is the password????

    I updated to iOS 5 several minutes ago, it did a backup before the update.  Now it's trying to restore my backup and asking for a password even though I did not set one nor is the encrypt backup option even checked.  What in the **** is the password it set and why did it even set one??  I need my **** phone restored A S A P!

    I am having this same problem.  I never choose to encrypt my backup file before and have defintely never set a password yet after upgrading my iPad to iOS 5, I can't restore my iPad and my Apple ID is not unlocking the backup file.  I even tried to restore a backup file that I made a couple of weeks ago (I had copied it to a backup drive) and it is prompting me for an unlock password for it as well.
    Very depressed now as I had a ton of videos, recordings, notes, etc on my iPad.  Really hating Apple right now.  I can't believe they would not adequately test the backup and restore process!!!  Unbelievable!!
    Wondering if there is a way to uninstall the latest iTunes and re-install an older version and then restore my iPad using my backup file from two weeks ago.  I don't care if it takes my iPad back to a pre-iOS 5 version at this point.  I just want my lost data back.

  • How do you un encrypt a backup?

    I encrypted the backup for my iPhone and the password doesn't work anymore....how do you either re-set the password or un encrypt it?

    Hello, sindimiss. 
    Thank you for visiting Apple Support Communities. 
    Here are a couple resources that I would recommend going through when you have an encrypted backup.
    iTunes: About iOS backups
    http://support.apple.com/kb/HT4946
    iOS: Troubleshooting encrypted backups
    http://support.apple.com/kb/TS5162
    Cheers,
    Jason H.

  • "Backup optimization on" is not working for "backup database"

    Hi,
    I am using a windows environment and my database info is like this:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Productionnow, I change my configuration for backup optimization on and then make example tablespace offline and also make example datafile offline. After that I run 2 times "Backup Database" command but 2 backup has same size and have example tablespace too... Backup archivelog all is working bur backup database is not!
    according to this link it must not backup example datafile for second: http://download.oracle.com/docs/cd/E11882_01/backup.112/e10642/rcmconfb.htm#BRADV113
    is there something that I missed ?
    rman configuration:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 5;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'HIGH' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE;
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\APP\ABC\PRODUCT\11.2.0\DBHOME_1\DATABASE\SNCFORCL.ORA'; # default

    If you enable backup optimization, then the BACKUP command skips backing up files when the identical file has already been backed up to the specified device type.
    1. In case of datafile RMAN compares the DBID, checkpoint SCN, creation SCN, and RESETLOGS SCN and time as a datafile already in a backup. If they are identical then skip to take backup again.
    2. In case of archived redo log RMAN compares thread, sequence number, and RESETLOGS SCN and time.
    3. In case of backupset RMAN compares recid and stamp.
    Backup optimization applies to only commands,
    -BACKUP DATABASE
    -BACKUP ARCHIVELOG with ALL or LIKE options
    -BACKUP BACKUPSET ALL
    refer,
    http://www.stanford.edu/dept/itss/docs/oracle/10gR2/backup.102/b14191/rcmconc1008.htm
    Thanks

  • Unable to delete encrypted iPad backup in iTunes

    Hi:
    We are unable to delete the encrypted local backup under the subheading "Backups" in iTunes.
    Basically, one needs the password to delete the encrypted backup, and we don't have it. (There are a zillion posts about this issue, iTunes automatically entering a PW without letting one know among them, etc., but bottom-line we do not have the PW for whatever reason)
    Posts say that one needs to completely restore the iPad to delete the encrypted backup. Note that we are not trying to recover the encrypted backup in any way, just to delete it so that we can start over with a new encrypted backup on our computer.
    So here's what we have tried (3 x, just to make sure that we did it correctly):
    Backup the iPad to iCloud.
    Go to iTunes, select the plugged in iPad, and go to the button that says "Restore iPad" and run through the erase procedure.
    Go to iTunes>Preferences>Devices and delete any backups for the iPad on the computer.
    Unplug the erased iPad, and then restore it from the Cloud.
    But, after all this, when we plug the iPad back into the computer and it is recognized in iTunes, the "Encrypt local backup" box is checked under the "This computer" category (even though "This computer" is not checked). And unchecking the "Encrypt Local backup" button doesn't help since it is still asking for an unknown password. And what is so frustrating is that under "Backups>Latest Backup" it correctly states that "Your iPad has never been backed up to this computer".
    So, how do we get our iPad backed up to our computer, rather than iCloud, given all this?
    Thank you very, very much!
    OS Yosemite
    iOS 8.1
    iPad 2

    I don't know if this will help, but on your computer, launch iTunes, choose Store > View My Account , then sign in and click Manage Pre-orders. If the pre-order still shows there, you may be able to cancel it. If not, go here:
    iTunes Support
    and follow the instructions to report the issue to the iTunes Store.
    Regards.
    Regards.

  • I forgot my encrypt iPhone backup password

    I lost my password to the encrypt iPhone backup. How do I reset it? I don't need to restore my phone, but I would like to be able to access my future backups in case something happens to my iPhone 4s. How do I reset it and if I can't reset it, what do I do next to make sure all my data is saved?

    Hello AjaxTheCat,
    After reviewing your post, it sounds like the other possible passwords listed in the previous article did not work.  I would recommend that you read this article.
    Create and delete iPhone, iPad, and iPod touch backups in iTunes - Apple Support
    If you encrypt an iPhone backup in iTunes and forget your password, you won't be able to restore from backup, and your data will be unrecoverable.
    If you can't remember the password and want to start again, you must perform a full software restore and choose set up as a new device when iTunes prompts you to select the backup from which to restore.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Encrypted Offsite Backup Solution

    I've been thinking about how to implement an encrypted offsite backup solution for data. I've come up with a solution but I'm wondering if anyone has any comments or other ideas I might consider.
    The solution I came up with is as follows:
    Use AES to encrypt the data. This means keeping hold of a secret key. It would seem to be inappropriate to just store the secret key on the remote system, as that would be insecure. Likewise, it is inappropriate to store the secret key on the local system, because if you really need your offsite backup, that means your local system is toast. This lead to the idea of using a password-based key (PBKDF), as the only place left to store the key would seem to be in the user's head. This seems okay, but what if the user wants to change their password? This would seem to put an undue hardship on the remote system, as the entire backup would need to be re-encrypted every time a password is changed. This in turn lead to the idea of using a generated secret key that is used to encrypt the data, then use a password-based key to encrypt the generated key, then store the encrypted generated key on the remote system. Therefore, if the user changes the password, the system need only replace the encrypted key on the remote system.
    Anyone have any thoughts on this solution? Does it seem reasonable?

    Skotty wrote:
    Anyone have any thoughts on this solution? Does it seem reasonable?Be careful, encryption is not a panacea; in this case it may be more like a pandora's box. My first suggestion is to avoid encryption and place the security burden contractually on your backup provider. If you must encrypt, bear in mind that the crypto is another potential point of failure. Passwords get forgotten, HSMs can and do fail, and for some encryption modes a single bit error will render everything encrypted after it unreadable. By encrypting the backup, you have now coupled two hard problems, crypto engineering and backup engineering.

  • How to encrypt the backup that is taken by DPM

    Hi all,
    Our client is using DPM to backup his data, we need to provide him with a step by step guide on how to encrypt this backup by DPM, any help?

    Hi
    Does this help:
    http://technet.microsoft.com/en-us/library/jj628058.aspx
    for ref as well, read Mikes comments:
    http://social.technet.microsoft.com/Forums/en-US/66046d05-344f-4a13-92d6-b53ef9527393/dpm-backup-encryption?forum=dataprotectionmanager
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I forgot my encrypted ipad backup password

    I forgot my encrypted ipad backup password in itunes - ok but I know my ipad pass so I figured I'd just go to prefs >> devices, delete the old backup, and then just redo a whole backup and set a new pass. Should be simple, right? Nope! Stupid itunes keeps asking me for my **** old backup password... I don't know what it is, I just want to make that go away and have it do an entirely new backup! How do I do that?

    You must restore the iPad as a new device, there is no way around it. If you delete the old backup and try to backup again, the backup will still be encrypted.
    If you cannot remember the password and want to start again, you must perform a full software restore and when iTunes prompts you to select the backup from which to restore, choose set up as a new device.
    Copied from here.
    http://support.apple.com/kb/ht4946

  • Anyone using SecureDoc Full-Disk Encryption for Mac from WinMagic?

    Currently I am using Mac OS X v10.5 on a MBP and want to upgrade to Snow Leopard. I use PGP full disk encryption.
    I do not want to wait anymore for PGP v10 before I can upgrade to Snow Leopard. In my search for a replacement for PGP I found SecureDoc Full-Disk Encryption for Mac from WinMagic.
    https://www.winmagic.com/products/full-disk-encryption-for-mac
    They claim to be Snow Leopard compatible
    https://www.winmagic.com/kw/download.php?url=/datasheets/securedocmac_brochure20090925a.pdf
    I have two questions:
    1) Does anyone have experience with SecureDoc Full-Disk Encryption for Mac from WinMagic?
    2) Where can I buy one? PGP has a store where I ordered my copy of the software. But I can't find a store anywhere for SecureDoc. With some trouble I found a reseller in the Netherlands, but they don't reply to any questions.

    I am currently testing a trial license from Checkpoint Full Disk Encryption.
    http://www.checkpoint.com/products/datasecurity/pc/index.html
    The company where I work is a Checkpoint reseller, and normally only has dealings with other companies, not end users. But we arranged a trial license and I can buy a single user license Checkpoint Full Disk Encryption if the test proves Checkpoint Full Disk Encryption is a good solution.
    I created a bootable usb disk with Snow Lepoard on it. But I was unable to install FDE on it. After reboot I only get a blank screen, that's it. Probably it isn't supported to boot from a full disk encrypted removable drive, I can understand that.
    I can't create a virtual Snow Leopard machine (legal reasons) to test it on. And all FDE solutions I found aren't compatible with Mac Server, which is a shame because you can virtualize Mac Server legally.
    So now I am planning to change the hard-disk of my MBP this evening with another hard-disk to test Checkpoint FDE there. I don't want to upgrade my current Leopard installation to Snow Leopard only to discover it doesn't work as expected. I could of-course use my current installation and when it doesn't work rollback to a timemachine backup, but before that I have to decrypt my disk and uninstall PGP witch will take 1-2 days, and encrypt again when the test is over. Not pratical.
    I will let you know how the test with Checkpoint Full Disk Encryption went!

  • What should I do if the encryption for FileVault has paused and won't restart?

    What should I do if the encryption for FileVault has paused and won't restart?

    If you don't already have a current backup of all data, back up before proceeding. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Start up in Recovery mode. When the OS X Utilities screen appears, select Disk Utility.
    In the Disk Utility window, select the icon of the startup volume from the list on the left. It will be nested below another disk icon, usually with the same name. Click the Unlock button in the toolbar. When prompted, enter the login password of a user authorized to unlock the volume, or the alternate decryption key that was generated when you activated FileVault.
    Then, from the menu bar, select
              File ▹ Turn Off Encryption
    Enter the password again.
    You can then restart as usual, if the system is working. Decryption will be completed in the background. It may take several hours, and during that time performance will be reduced.
    If you can't turn off encryption in Disk Utility because the menu item is grayed out, you'll have to erase the volume and then restore the data from a backup. Select the Erase tab, and then select
              Mac OS Extended (Journaled)
    from the Format menu.
    You can then quit to be returned to the main Recovery screen. Follow these instructions if you back up with Time Machine. If you use other backup software, follow its developer's instructions.
    Don't erase the volume unless you have at least two complete, independent backups. One is not enough to be safe.

Maybe you are looking for

  • After upgrading to OS X Mavericks now I can't print, any idea what I should do?

    i just upgraded my system to OS X Marvericks and now I can not print through our office network printer. Office printer is a Canon Image Runner Advance C5030 (Colored). Anybody have any idea what to do? Need help.

  • Problem with the sorting of  JTable column

    Hi, I want to store the positions of the tablecolumns when my program closes and restore them when the program starts again. I store their column-index with their view positions. My problem comes when I want to restore them because I cant find a meth

  • Set the field value, call transcation T-CODE in CRM

    Hello    I face the proble as follow: select the field into the itab,and set the field itab-field to call transcation T-CODE in CRM.    exp:call T-CODE:"CRMD_BUS2000111". when I execute the program, display the opportunity value screen, not the init

  • Send Files to Mac remotely

    The next time I go on vacation im going to use my camera to take raw image files and would like to send them back to my mac mini from a remote laptop (id like to use linux but could use windows I suppose lol).  Should I get OSX server (wait for mount

  • Resuming to last visited slide

    How can I ensure the correct audio plays when I resume to the last visited slide for a Captivate file published using HTML5? Currently, when I re-enter a slide after answering yes to "Do you want to continue where you left off?" and selecting the but