| RSA BSAFE Crypto-C |
Cryptographic Components for C |
| Search |
If the data is in binary format, but required in ASCII format, or vice versa, Crypto-C provides functions to encode and decode according to the RFC 1113 standard.
Call B_EncodeInit(), B_EncodeUpdate() and B_EncodeFinal() to perform data conversion operations. These operations use AI_RFC1113Recode.
The following samples demonstrate data conversion: