最終更新:2012-11-09 (金) 19:13:16 (4178d)  

WinCrypt.h?
CryptBinaryToString
Top / CryptBinaryToString

converts an array of bytes into a formatted string.

BOOL WINAPI CryptBinaryToString(
  _In_       const BYTE *pbBinary,
  _In_       DWORD cbBinary,
  _In_       DWORD dwFlags,
  _Out_opt_  LPTSTR pszString,
  _Inout_    DWORD *pcchString
);

PHP

  • base64_encode?

関連