Showing posts with label encrytpion. Show all posts
Showing posts with label encrytpion. Show all posts

Saturday, 10 October 2015

Cyanogenmod 12.1 encrytpion



Encryption is not working in CM 12.1 but I found this terminal command that manually encrypts the data partition.

vdc cryptfs enablecrypto wipe password $(head -1 | tr -d '\n' | hexdump -ve '1/1 "%.2x"')

Seems to work.. Is there a way to apply this command to my other partitions?