ChrisLAS

Safely Storing Local Passwords

May 31st, 2012
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Jono writes...
  2.  
  3. Hi Guys,
  4.  
  5. I am creating an open source Dropbox like project and I am wondering
  6. if there is a best practice for storing passwords on the client
  7. machine.
  8.  
  9. You have talked about how to salt and hash passwords that are stored
  10. in a database on the server. But if I store the user's password in a
  11. config file in their home directory, hashing it would not do too much
  12. good.
  13.  
  14. Also, if anyone is interested we are looking for C# developers. This
  15. is much closer to Dropbox then ownCloud:
  16. https://github.com/jonocodes/mybox
  17.  
  18. Thanks.
Add Comment
Please, Sign In to add comment