Name Description Size
info.txt 256
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. 3304
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. 6421
psk_db_sql.cpp 1762