Friday 12 August 2011

EncFS - Changing Passwords

If you've created an encrypted directory using EncFS, it's likely that at some point you'll want to change your password - this is a painless process using the command line.

From a terminal, type:

encfsctl passwd /path/rootdir

Where /path/rootdir is the path to the directory that stores the encrypted data (This is not the mount point directory - the root directory address will likely begin with a period - for example: /home/jogga/.rootdir).

You'll be prompted for your current password and then your new password. Once you have verified the new password successfully, you'll see the following confirmation message:

Volume Key successfully updated.

Sources & References:

No comments:

Post a Comment