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