Sorry, this entry is only available in 日本語.
Category Archives: [:ja]プログラミング[:en]Programming[:]
SHA-256 Implementation in Python
I wanted to implement SHA-256. I found an explanation of the algorithm in the PDF document (https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf) and implemented it based on that.
Continue reading SHA-256 Implementation in Python(日本語) ハッシュ値 SHA-256 in Python – 数値計算関数の実装
Create a list of classification items/classification table header
How to generate code_verifier and code_challenge for OIDC Authorization
You can generate code_verifier
and code_challenge
for OIDC authorization as follows. The following codes are also on Gist.