最終更新:2012-11-09 (金) 19:13:31 (4185d)  

WinCrypt.h?
CryptStringToBinary
Top / CryptStringToBinary

converts a formatted string into an array of bytes.

BOOL WINAPI CryptStringToBinary(
  _In_     LPCTSTR pszString,
  _In_     DWORD cchString,
  _In_     DWORD dwFlags,
  _In_     BYTE *pbBinary,
  _Inout_  DWORD *pcbBinary,
  _Out_    DWORD *pdwSkip,
  _Out_    DWORD *pdwFlags
);

PHP

  • base64_decode?

関連