encryption - Finding corresponding encrypted file on encfs -
hopefully simple question.
i have read-only mount, , encfs fuse mount reads on decrypt files. how know encrypted file each decrypted file relates to?
for example: want delete file, won't able via read-only filesystem. how know true filename?
i possibly looking more programmatic way of doing this
i found possible encfsctl
. can use encode
function turn human readable name real path on filesystem.
$ encfs6_config='encfs6.xml' encfsctl encode /encfs/mountpoint readable/name/in/mountpoint encfs password: decryptedname
http://manpages.ubuntu.com/manpages/hardy/man1/encfsctl.1.html
Comments
Post a Comment