Question

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

Was it helpful?

Solution

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.

OTHER TIPS

You could roll your own from the MSDN description.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top