Go to the source code of this file.
|
| class | pass2Key |
| | Create suitable keys for key generation (the masterkey) and encryption/decryption (newkey). More...
|
|
| #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.
|
◆ 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.