dettervt / CS5430

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

Refactoring DB #25

Closed marcospedreiro closed 9 years ago

marcospedreiro commented 9 years ago

I refactored the DB API for reading and writing files. I left the old methods in for compatibility, but marked them as depreciated, so please update your uses ASAP so I can delete them.

To do: 1) Store passwords securely with hash and salt, and provide methods to authenticate users. 2) Secure the logs