Book
暗号技術入門 第3版
結城浩
Summary
共通鍵・公開鍵暗号、一方向ハッシュ関数、メッセージ認証コード、デジタル署名、証明書といった 暗号技術の構成要素を、難解な数式を避け平易な比喩で解説した古典的名著。TLSのハンドシェイクや トークンの署名検証を設計する際の、確かな数学的・論理的な土台を築く。
Target Readers
- 暗号技術をブラックボックスにせず原理から理解したいエンジニア
- 安全なAPI通信やトークン検証を設計したい開発者
Tags
Colophon
- Publisher
- SBクリエイティブ
- ISBN
- 978-4-7973-8222-8
- Published
- Aug 2015
- List price
- ¥3,630incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
体系的に学ぶ 安全なWebアプリケーションの作り方 第2版
徳丸浩
Reason: After grasping the overall picture of vulnerability defense, descend to the cryptographic foundation that much of it relies on. Understanding the logic of hashing, signatures, and public-key crypto lets you treat TLS and token verification as principles rather than magic.
Next Books
- Recommended
OAuth徹底入門
Justin Richer、Antonio Sanso
Reason: Only with a foundation in signatures and public-key cryptography can you correctly understand token-based authorization. OAuth 2.0 is the de facto standard for delegating privileges; learn its grant types and flows from first principles.
- Recommended
パスキーのすべて
えーじ、倉林雅、小岩井航介
Reason: Passkeys apply public-key cryptography to authentication. Reading this after the crypto basics makes it click why no password is stored on the server and why phishing resistance emerges — down to verifying the challenge signature.
- Recommended
はじめてのデジタルアイデンティティ
いとうりょう
Reason: With hashing and signatures as your cryptographic foundation, see how they play out across a real identity lifecycle. This book traces registration through login, recovery, and account closure as one continuous flow, moving from single-service authentication/authorization to identity-provider federation.
Sources