AES128ESP32 Library
Loading...
Searching...
No Matches
pbkdf2.h File Reference
#include "AES128ESP32.h"

Go to the source code of this file.

Classes

class  pass2Key
 Create suitable keys for key generation (the masterkey) and encryption/decryption (newkey). More...

Macros

#define MSTRKEYSALT   "Something Random"
 When a newkey is generated it will use this value as the salt/iv. This is only used for the newkey generation, this salt value is not used for encryption/decryption.

Macro Definition Documentation

◆ MSTRKEYSALT

#define MSTRKEYSALT   "Something Random"

When a newkey is generated it will use this value as the salt/iv. This is only used for the newkey generation, this salt value is not used for encryption/decryption.

#define MSTRKEYSALT

Definition at line 14 of file pbkdf2.h.