dettervt / CS5430

Repository for Cornell CS 5430 System Security, Spring 2015
0 stars 0 forks source link

obfuscation of the AES key on local machine #36

Closed azyth closed 9 years ago

azyth commented 9 years ago

This uses the users password entered at login to decrypt the stored AES key locally and load it to the UserData instance. also maintains a iv locally with the protected AES key for CBC mode.

azyth commented 9 years ago

@mencie when you are ready