Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SHA256 の出力形式は何ですか? 文字と数字だけで構成されていますか?そして、それは大文字と小文字を区別しませんか?
ほとんどの (すべて?) 暗号化ハッシュと同様に、SHA-256 の出力はバイナリデータです。そのバイナリ データをテキスト形式にエンコードする方法は、ユーザー次第です。たとえば、16 進数または base64 としてエンコードできます。