ecryptfs-stat support for encrypted filenames
Bug #342398 reported by
Dustin Kirkland
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
In Progress
|
Wishlist
|
Jason Xing |
Bug Description
We need to modernize the ecryptfs-stat tool to handle some recent ecryptfs enhancements, such as encrypted filenames.
When developing, debugging, and recovering ecryptfs data, it would be useful to use ecryptfs-stat to parse ecryptfs encrypted files.
:-Dustin
Related branches
lp:~wlxing/ecryptfs/lp342398
Ready for review
for merging
into
lp:ecryptfs
- Colin Ian King: Pending requested
- Tyler Hicks: Pending requested
-
Diff: 449 lines (+354/-1)4 files modifieddebian/changelog (+2/-0)
src/include/ecryptfs.h (+20/-0)
src/libecryptfs/ecryptfs-stat.c (+322/-1)
src/utils/ecryptfs-stat.c (+10/-0)
Changed in ecryptfs: | |
assignee: | nobody → kirkland |
importance: | Undecided → High |
status: | New → Triaged |
Changed in ecryptfs: | |
status: | Triaged → Confirmed |
Changed in ecryptfs: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
This is the current output: FNEK_ENCRYPTED. FWZzc4x9NjnS- UTsAK4mvaKSOBy. 0pFk10nagE4Fnw8 pg4-DKT2YKBm8Sk --
---
tyhicks@gentoo-virt /mnt/.ecryptfs-ext3 $ ecryptfs-stat ECRYPTFS_
File version: [3]
Decrypted file size: [125]
Number of header bytes at front of file: [8192]
Metadata in the header region
Encrypted
HMAC disabled
---
It would be nice to also know things like how many encrypted FEKs are in the header, what the signatures are of the FEKEKs used, the signature of the FNEK, etc.