Thumbnail of post image 081

python

今回は宮口・プレネルという一方向圧縮関数を利用したハッシュ値生成を勉強していこうと思います ...

Thumbnail of post image 184

python

今回はpythonのPyCryptodomeを使用して、AES-GCMの認証付き暗号文生成 ...

Thumbnail of post image 184

GUI

今回はこれまで取り上げたpythonによるAESの暗号演算処理(ECB、CBC、CTR、C ...

Thumbnail of post image 050

python

今回はパディングの中でもAESで主に使用されているパディング(PKCS#5、PKCS#7) ...

Thumbnail of post image 082

python

今回はAES-CTR編です。pythonのpycryptodomeを使用し、AES-CTR ...

Thumbnail of post image 132

python

今回はAES-CMAC編でも少し触れたAES-CBCについて、pythonのライブラリpy ...

Thumbnail of post image 173

python

AES-CMAC編に引き続き、今回はAES-ECBの暗復号をpythonで実施してみようと ...

Thumbnail of post image 019

python

今回はAES-CMACの勉強と、pythonのライブラリpycryptodomeを使用して ...