Thumbnail of post image 196

SHE

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

Thumbnail of post image 128

python

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

Thumbnail of post image 192

python

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

Thumbnail of post image 077

python

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

Thumbnail of post image 127

python

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

Thumbnail of post image 142

python

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

Thumbnail of post image 067

python

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

Thumbnail of post image 066

python

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

Thumbnail of post image 015

python

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

Thumbnail of post image 017

GUI

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

Thumbnail of post image 118

python

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

Thumbnail of post image 056

python

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

Thumbnail of post image 196

python

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

Thumbnail of post image 123

python

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

Thumbnail of post image 194

python

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