CryptDecode

CryptEncode()によって変換された、配列からのデータの逆変換を実行します。

int   CryptEncode ENUM_CRYPT_METHOD    メソッド、         //メソッドconst uchar&data [] 、         //ソース配列const uchar&key [] 、          //キーuchar&result []  //宛先配列   );
   
           
           
                       

パラメーター

方法

[in]データ変換メソッド。ENUM_CRYPT_METHOD列挙の値のいずれかになります。

データ[]

[in]ソース配列。

キー[]

[入力]キー配列。

結果[]

[出力]宛先配列。

戻り値

宛先配列のバイト数、またはエラーの場合は0。エラーに関する情報を取得するには、GetLastError()関数を呼び出します。

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">