The Windows API function CryptBinaryToString isn't supported on Windows 2000.
Is there and alternative?
The main use that I need, is to encode/decode BASE64
|
|
|
|
|
|
|
If you want BASE64, you can find some very short implementation like b64.c. If you need more cryptocipher/certificate related stuff, try get openssl for win32. |
|||
|
|
|
You could roll your own from the MSDN description. |
||||||||
|