PASSPHRASE_LENGTH
char passphrase[PASSPHRASE_LENGTH];
for (i = 0; i < PASSPHRASE_LENGTH - 1; i++) {
explicit_bzero(passphrase, PASSPHRASE_LENGTH);