timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

Use a more secured method to store UID #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ATM, we use crypt() to write UID in pam_nfc "shadow" file.

According to
http://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html
we could made better using http://en.wikipedia.org/wiki/PBKDF2 from OpenSSL.

Original issue reported on code.google.com by romu...@libnfc.org on 10 Dec 2009 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 7 Sep 2010 at 6:29