Skip to content

Instantly share code, notes, and snippets.

@fredrike
Created August 1, 2012 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredrike/3224110 to your computer and use it in GitHub Desktop.
Save fredrike/3224110 to your computer and use it in GitHub Desktop.
Encrypt a sparsbundle file in os X
Type the following in a Terminal window:
$ sudo hdiutil convert -format UDSB -encryption AES-128 -o <new.sparsebundle> <old.sparsebundle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment