| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
info Format
| B_SetAlgorithmInfo() | NULL_PTR |
| B_GetAlgorithmInfo() | NULL_PTR |
AI_RFC1113Recode Information
| Functions to use | B_EncodeInit(), B_EncodeUpdate(), B_EncodeFinal(), B_DecodeInit(), B_DecodeUpdate() and B_DecodeFinal(). |
| Output Considerations | When encoding, for each three Bytes of input there are four Bytes of output. When decoding, for each four Bytes of input there are three Bytes of output. |