password-scheme-crypt.c revision 7cb128dc4cae2a03a742f63ba7afee23c78e3af0
#include "lib.h"
#include "mycrypt.h"
#include "password-scheme.h"
static unsigned int encryption_rounds = 0;
if (rounds == 0)
if (rounds == 0)
if (rounds == 0)
const char *key;
const char *salt;
const char *expected;
} sample[] = {
"$5$rounds=1000$0123456789abcdef$K/DksR0DT01hGc8g/kt"
void password_scheme_register_crypt(void)
const char *crypted;