Thumbnail of post image 100

SHE

業務にて、SHE(Secure Hardware Extensions)の理解が必要となっ ...

Thumbnail of post image 036

python

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

Thumbnail of post image 100

python

今回はDSA(ECDSA)によるデジタル署名を取り上げます。 デジタル署名自体については、 ...

Thumbnail of post image 049

python

今回はAES-GCMに続いて、ChaCha20-Poly1305による認証付き暗号文生成を ...

Thumbnail of post image 112

python

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

Thumbnail of post image 165

python

今回はハッシュ関数の中でも、TLS通信で主要な役割を持っているSHAについて勉強していきま ...

Thumbnail of post image 077

python

今回はRSAの各種パディング方法について調べてみました。 また、pythonのpycryp ...

Thumbnail of post image 039

python

今回は前回のDH(Diffie-Hellman)に続き、RSAによるデジタル署名を取り上げ ...

Thumbnail of post image 103

python

今回はpythonのcryptographyというライブラリを使って、DHによる共通鍵の生 ...

Thumbnail of post image 178

GUI

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

Thumbnail of post image 141

python

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

Thumbnail of post image 178

python

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

Thumbnail of post image 028

python

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

Thumbnail of post image 057

python

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

Thumbnail of post image 028

python

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