Add support for GCM cipher mode
Bug #1176448 reported by
Ron
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Suggest adding support for GCM cipher mode (commonly used with AES algorithm).
in terms of performance, it would have great impact. it is fully parallelizable, and thus we will see nice performance boost both on x86 machines with AES-NI instructions, and also on other vendors with hardware engines that will now work more effectively.
in terms of security, this mode is used in many other places (e.g. already integrated into TLS), and it supports Encryption & Authentication, so we can add future support Digital-Signature on specific files (for cases were content is not secret, but must be unchanged)
Changed in ecryptfs: | |
assignee: | nobody → Michael Chang (thenewme91) |
Changed in ecryptfs: | |
status: | New → Opinion |
To post a comment you must log in.
This is the goal of a project being done by a team of 4 right now. The 4 working on it are Micheal Chang, Zameer Manji, Alvin Tran, and myself.