echo -n test | ecryptfs-add-passphrase always creates sig [d395309aaad4de06]
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
Incomplete
|
High
|
Unassigned |
Bug Description
I am worried about the behaviour of ecryptfs-
However unless I have a better explanation, this looks like a checksum over the passphrase to me, and If I would have access to such a system I would check if i could run all that through some sort of rainbow table.
So please forgive me that I am a bit worried right now. Instead of exposing a checksum of your password to parts of the system without any salt in it, I would have expected to see a description string there which could be generated by use of the name of the mountpoint or set by the user.
information type: | Private Security → Public Security |
Hmm, that's not the behavior I'm seeing here:
kirkland@x250:~⟫ echo abc123 | ecryptfs- add-passphrase - add-passphrase - add-passphrase -
Inserted auth tok with sig [dba5ed7952a1184d] into the user session keyring
kirkland@x250:~⟫ echo foobar | ecryptfs-
Inserted auth tok with sig [c7fed37c0a341e19] into the user session keyring
kirkland@x250:~⟫ echo and_again | ecryptfs-
Inserted auth tok with sig [6a81a6555ffd4978] into the user session keyring
That's with:
ii ecryptfs-utils 108-0ubuntu1 amd64 ecryptfs cryptographic filesystem (utilities)