is there a way how to configure eCryptfs to produce same encrypted content for the same content of plain text files. I understand that could be a security risk, but I have a specific case.
Example:
$ md5sum *
09f7e02f1290be211da707a266f153b3 file1.txt
09f7e02f1290be211da707a266f153b3 file2.txt
$ md5sum ../.secret/*
c0de3fb13ce02e577b6f2373698f783e ../.secret/ECRYPTFS_FNEK_ENCRYPTED.FWayVrRYlN446EY.WUc7GBFqG9GB6qF3eRmJizqFyT5znWxQ3YMUMxK4NU--
9b71d5233c9cd8a7281760dff5188aa8 ../.secret/ECRYPTFS_FNEK_ENCRYPTED.FWayVrRYlN446EY.WUc7GBFqG9GB6qF3eRmJtuU9knoUTV6Jb16QlIHG7U--
Thanks M.