56
62
# Determine if filename encryption is on
57
63
ls "$d/ECRYPTFS_FNEK_ENCRYPTED"* >/dev/null 2>&1 && fnek="--fnek" || fnek=
58
64
if [ -f "$d/../.ecryptfs/wrapped-passphrase" ]; then
64
81
# Fall back to mount passphrase
66
82
info "Could not find your wrapped passphrase file."
67
87
info "To recover this directory, you MUST have your original MOUNT passphrase."
68
88
info "When you first setup your encrypted private directory, you were told to record"
69
89
info "your MOUNT passphrase."