Thumbnail of post image 197

python

あんまり使い慣れてないmatplotlibのアニメーション機能について、勉強がてら棒人間ア ...

Thumbnail of post image 070

jsonファイルの読み書き

今回はpythonでjsonファイルの読み書きをしようと思います。 はじめに ツールを作成 ...

Thumbnail of post image 181

python

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

Thumbnail of post image 160

VBA

今回はエクセルのVBAコードを確認、編集する際に役立つ裏技を紹介したいと思います。 はじめ ...

Thumbnail of post image 136

python

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

Thumbnail of post image 030

python

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

Thumbnail of post image 038

python

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

Thumbnail of post image 123

GUI

フォルダ内のファイルサイズ収集ツールをpythonで作ってみました。 収集した各種情報(階 ...

Thumbnail of post image 182

python

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

Thumbnail of post image 182

python

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

Thumbnail of post image 078

python

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