Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows API 関数CryptBinaryToStringは、Windows 2000 ではサポートされていません。
CryptBinaryToString
代替手段はありますか?
私が必要とする主な用途は、BASE64をエンコード/デコードすることです
BASE64が必要な場合は、 b64.cのような非常に短い実装を見つけることができます。さらに暗号暗号/証明書関連のものが必要な場合は、win32のopensslを入手してみてください。
MSDNの説明から自分で作成できます。