encode_base64
encode_base64((u_int8_t *) salt + 7, csalt, clen);
encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT);
encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext,
static void encode_base64(u_int8_t *, u_int8_t *, u_int16_t);