info.txt |
|
101 |
psk_db.cpp |
Both as a basic precaution wrt key seperation, and specifically to prevent
cut-and-paste attacks against the database, each PSK is encrypted with a
distinct key which is derived by hashing the wrapped key name with HMAC.
|
3229 |
psk_db.h |
This is an interface to a generic PSK (pre-shared key) database.
It might be implemented as a plaintext storage or via some mechanism
that encrypts the keys and/or values.
|
5008 |
psk_db_sql.cpp |
for ~unique_ptr |
1864 |
psk_db_sql.h |
|
231 |