No, there is no limits on the length of password when using this app. Android itself also doesn't force any restrictions on password length.
See frameworks/base/services/java/com/android/server/MountService.java (framework part, client) and system/vold/CommandListener.cpp (server part).
So you can really set as long password as you like. I hope there is no restrictions built in while reading password from user during boot, though... Need to check this.
See frameworks/base/services/java/com/android/server/MountService.java (framework part, client) and system/vold/CommandListener.cpp (server part).
So you can really set as long password as you like. I hope there is no restrictions built in while reading password from user during boot, though... Need to check this.