Fredrik Erlandsson

Logo

PhD in Computer science, data scientist at Consid AB.

Encrypt a sparsbundle file in os X

2012-08-01

The following command can be used to encrypt a sparsebundle in OS X.

$ sudo hdiutil convert -format UDSB \
  -encryption AES-128 \
  -o <new.sparsebundle> \
  <old.sparsebundle>