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

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -