I was expecting to find CNG alternatives to the older Crypto API calls for serializing BLOB data. However there do not seem to be CNG replacements for CryptBinaryToString
and CryptStringToBinary
.
Am I missing something, or do most programmers either go ahead and load and use Crypt32.dll
or do they just roll their own, use a 3rd party library, or ...?