Cryptfs Password

4.3
305 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

Changes the Android disk encryption password

New: Experimental Lollipop support. Requires SuperSU

If you are using a pattern lock, enter the current password as
a sequence of dot numbers.
Dots are numbered left-to-right, top-to-bottom, starting with 1:

1 2 3
4 5 6
7 8 9

This tool REQUIRES root access to work. If you are not using disk encryption this tool will not be useful to you. In fact, it will not even start on your device.


*** WARNING ***
If you forget the new password after you change it, you will not be able to boot the device. You will have to perform a factory reset, DELETING all your data. Make sure you take a full backup before using this tool, and REMEMBER THE PASSWORD. You have been warned, use at your own risk!


Android 3.0 (Honeycomb) introduced disk encryption and it has been available on all subsequent versions. It encrypts the data partition with a key protected by a user-selected password and requires entering the password in order to boot the device. However, Android uses the device unlock password or PIN as the device encryption password, and doesn't allow you to change them separately. This effectively forces you to use a simple password, since you have to enter it each time you unlock your device, usually dozens of times a day. This tool allows you to change the encryption password to a more secure one, without affecting the screen unlock password/PIN. To change the device encryption password simply:

1. Enter the current password
(initially the same as the unlock password/PIN)
2. Enter and confirm the new password
3. Hit 'Change password'

The changes take effect immediately, but you will only be required to enter the new password the next time you boot your device. Make sure you choose a good password, not based on a dictionary word, since automated tools can brute force a simple password in minutes. Above all, make sure you REMEMBER the new password.

If you change the device unlock password/PIN, the encryption password will be automatically changed as well. You need to use this tool again to change it back, if required.

More details and some background information here:

http://nelenkov.blogspot.com/2012/08/changing-androids-disk-encryption.html

Not supported on Android L, but may not be required due to changes to disk encryption implementation.
More details about Android L:

http://nelenkov.blogspot.com/2014/10/revisiting-android-disk-encryption.html


This tool is open source. Code is available on Github under the Apache 2.0 license.
https://github.com/nelenkov/cryptfs-password-manager

Tested on Galaxy Nexus with
* stock Jelly Bean (4.1.1)
* CyanognenMod 9 (4.0.4)

NO WARRANTY. Use at your own risk.
Updated on
Apr 17, 2016

Data safety

Developers can show information here about how their app collects and uses your data. Learn more about data safety
No information available

Ratings and reviews

4.3
287 reviews
A Google user
August 7, 2019
I love an app that does one thing, and does it well. This just works, and lets you set a stronger storage encryption password.
4 people found this review helpful
Did you find this helpful?
A Google user
March 19, 2019
Doesn't work on current versions of Android. (Syntax for vdc is now "vdc cryptfs changepw password {mypassword}" but app still emits the old syntax "vdc cryptfs changepw {mypassword}").
2 people found this review helpful
Did you find this helpful?
A Google user
April 15, 2017
Does as intended. Is great for devices where you don't have the convenience of a finger print reader. Set my encryption password to something nice and long while my lock screen is still a relatively simple PIN. Cheers!
6 people found this review helpful
Did you find this helpful?

What's new

v1.2.6
* CM13 support (thanks @xmikos)
v1.2.5
* Android M support
* Better CyanogenMod detection
v1.2.4
* Support for CyanogenMod 12 without SuperSU
(Thanks to Peter C)
v1.2.3
* Experimental Lollipop support. Requires SuperSU
v1.2.2
* Limit to Android <= 4.4
v1.2.1
* Support CyanogenMod builtin Superuser app
* Added explicit ACCESS_SUPERUSER permission