封面
版权信息
序
前 言
1 范围
2 术语
2.1 一般概念
2.1.1 自适应选择密文攻击adaptive chosen-ciphertext attack
2.1.2 自适应选择明文攻击adaptive chosen-plaintext attack
2.1.3 雪崩效应avalanche effect
2.1.4 布尔函数Boolean function
2.1.5 蛮力攻击/穷举攻击brute-force attack/exhaustive attack
2.1.6 选择密文攻击chosen-ciphertext attack
2.1.7 选择明文攻击chosen-plaintext attack
2.1.8 密码强度cipher strength
2.1.9 密文ciphertext
2.1.10 唯密文攻击ciphertext-only attack
2.1.11 密文空间ciphertext space
2.1.12 完备性completeness
2.1.13 计算复杂度computational complexity
- APP免费
2.1.14 计算安全computational security
- APP免费
2.1.15 计算不可行computationally infeasible
- APP免费
2.1.16 保密性confidentiality
- APP免费
2.1.17 混淆/混乱confusion
- APP免费
2.1.18 相关免疫correlation immunity
- APP免费
2.1.19 密码算法crypto-algorithm/cryptographic algorithm
- APP免费
2.1.20 密码分析/密码攻击cryptanalysis/cryptographic attack
- APP免费
2.1.21 密码校验函数cryptographic check function
- APP免费
2.1.22 密码校验值cryptographic check value
- APP免费
2.1.23 密码杂凑函数cryptographic hash function
- APP免费
2.1.24 密码协议cryptographic protocol
- APP免费
2.1.25 密码同步cryptography synchronization
- APP免费
2.1.26 密码学cryptology
- APP免费
2.1.27 密码系统cryptosystem
- APP免费
2.1.28 数据完整性data integrity
- APP免费
2.1.29 解密decipherment/decryption
- APP免费
2.1.30 扩散diffusion
- APP免费
2.1.31 数字签名digital signature
- APP免费
2.1.32 有限域离散对数问题discrete logarithm problem over finite field
- APP免费
2.1.33 椭圆曲线离散对数问题discrete logarithm problem over elliptic curve
- APP免费
2.1.34 椭圆曲线elliptic curve
- APP免费
2.1.35 加密encipherment/encryption
- APP免费
2.1.36 有限域finite field
- APP免费
2.1.37 前向保密性forward secrecy
- APP免费
2.1.38 初始化向量/值Initialization Vector/Initialization Value(IV)
- APP免费
2.1.39 Kerckhoffs假设Kerckhoffs' assumption/principle
- APP免费
2.1.40 密钥key
- APP免费
2.1.41 密钥协商key agreement/negotiation
- APP免费
2.1.42 密钥确认key confirmation
- APP免费
2.1.43 密钥周期key cycle
- APP免费
2.1.44 密钥销毁key destruction
- APP免费
2.1.45 密钥加密密钥key-encrypting key
- APP免费
2.1.46 密钥托管key escrow
- APP免费
2.1.47 密钥建立key establishment
- APP免费
2.1.48 密钥交换keyexchange
- APP免费
2.1.49 密钥生存期key lifetime
- APP免费
2.1.50 密钥恢复key recovery
- APP免费
2.1.51 密钥撤销key revocation
- APP免费
2.1.52 密钥编排key schedule
- APP免费
2.1.53 密钥空间key space
- APP免费
2.1.54 密钥传送key transport
- APP免费
2.1.55 密钥更新key update
- APP免费
2.1.56 背包问题knapsack problem
- APP免费
2.1.57 已知明文攻击known-plaintext attack
- APP免费
2.1.58 大整数因子分解问题large integer factorization problem
- APP免费
2.1.59 线性复杂度linear complexity
- APP免费
2.1.60 主密钥master key
- APP免费
2.1.61 抗抵赖non-repudiation
- APP免费
2.1.62 单向函数one-way function
- APP免费
2.1.63 单向陷门函数one-way trapdoor function
- APP免费
2.1.64 口令password
- APP免费
2.1.65 完善保密性perfect secrecy
- APP免费
2.1.66 明文plain text/clear text
- APP免费
2.1.67 明文空间plaintext space
- APP免费
2.1.68 私钥private key
- APP免费
2.1.69 可证明安全provable security
- APP免费
2.1.70 公钥public key
- APP免费
2.1.71 量子密码quantum cryptography
- APP免费
2.1.72 随机数random number
- APP免费
2.1.73 会话密钥session key
- APP免费
2.1.74 严格雪崩准则Strict Avalanche Criterion(SAC)
- APP免费
2.1.75 零知识证明zero-knowledge proof
- APP免费
2.2 技术机制
- APP免费
2.2.1 AES Advanced Encryption Standard
- APP免费
2.2.2 非对称密码算法/公钥密码算法asymmetric cryptographic algorithm/public key cryptographic algorithm
- APP免费
2.2.3 生日攻击birthday attack
- APP免费
2.2.4 盲签名blind signature
- APP免费
2.2.5 分组密码算法block cipher algorithm
- APP免费
2.2.6 分组密码算法工作模式block cipher operation mode
- APP免费
2.2.7 认证机构Certification Authority(CA)
- APP免费
2.2.8 证书签发中心certificate issue center
- APP免费
2.2.9 证书撤销列表Certificate Revocation List(CRL)
- APP免费
2.2.10 证书注册中心certificate register center
- APP免费
2.2.11 密码分组链接工作模式Cipher Block Chaining(CBC)operation mode
- APP免费
2.2.12 密码反馈工作模式Cipher FeedBack(CFB)operation mode
- APP免费
2.2.13 计数器工作模式counter(CTR)operation mode
- APP免费
2.2.14 DES Data Encryption Standard
- APP免费
2.2.15 数据源鉴别data origin authentication
- APP免费
2.2.16 字典攻击dictionary attack
- APP免费
2.2.17 差分密码分析differential cryptanalysis
- APP免费
2.2.18 差分能量分析Differential Power Analysis(DPA)
- APP免费
2.2.19 Diffie-Hellman算法Diffie-Hellman algorithm
- APP免费
2.2.20 电码本工作模式Electronic CodeBook(ECB)operation mode
- APP免费
2.2.21 椭圆曲线密码算法Elliptic Curve Cryptography(ECC)algorithm
- APP免费
2.2.22 椭圆曲线DH密钥协商协议Elliptic Curve Diffie-Hellman(ECDH)key agreement
- APP免费
2.2.23 端到端加密end-to-end encryption/encipherment
- APP免费
2.2.24 实体鉴别entity authentication
- APP免费
2.2.25 Feistel结构Feistel structure
- APP免费
2.2.26 有限自动机密码Finite State Machine(FSM)
- APP免费
2.2.27 群签名group signature
- APP免费
2.2.28 IDEA International Data Encipher Algorithm
- APP免费
2.2.29 IKE Internet Key Exchange Protocol
- APP免费
2.2.30 IPSec协议Internet Protocol Security
- APP免费
2.2.31 ISAKMP协议Internet Security Association and Key Management Protocol
- APP免费
2.2.32 密钥分发中心Key Distribution Cente(r KDC)
- APP免费
2.2.33 带密钥的杂凑函数keyed hash function
- APP免费
2.2.34 密钥产生函数key generating function
- APP免费
2.2.35 密钥管理key management
- APP免费
2.2.36 密钥管理中心Key Management Center(KMC)
- APP免费
2.2.37 密钥序列key stream
- APP免费
2.2.38 密钥序列生成器key stream generator
- APP免费
2.2.39 背包密码knapsack cipher
- APP免费
2.2.40 线性密码分析linear cryptanalysis
- APP免费
2.2.41 线性反馈移位寄存器linear feedback shift register
- APP免费
2.2.42 链路加密link encryption
- APP免费
2.2.43 逐链加密link-by-link encryption
- APP免费
2.2.44 消息鉴别码算法MAC algorithm
- APP免费
2.2.45 中间人攻击man-in-the-middle attack
- APP免费
2.2.46 假冒攻击masquerade attack
- APP免费
2.2.47 MD5算法MD5 algorithm
- APP免费
2.2.48 消息鉴别码Message Authentication Code(MAC)
- APP免费
2.2.49 多重加密multiple encryption
- APP免费
2.2.50 一次一密one-time pad
- APP免费
2.2.51 输出反馈工作模式Output FeedBack(OFB)operation mode
- APP免费
2.2.52 概率密码系统probabilistic cryptosystem
- APP免费
2.2.53 概率加密probabilistic encryption
- APP免费
2.2.54 伪随机数pseudorandom number
- APP免费
2.2.55 伪随机序列生成器pseudorandom sequence generator
- APP免费
2.2.56 公钥证书public key certificate
- APP免费
2.2.57 公钥基础设施Public Key Infrastructure(PKI)
- APP免费
2.2.58 注册机构Registration Authority(RA)
- APP免费
2.2.59 重放攻击replay attack
- APP免费
2.2.60 RSA算法Rivest-Shamir-Adleman algorithm(RSA)
- APP免费
2.2.61 轮函数round function
- APP免费
2.2.62 轮密钥round key
- APP免费
2.2.63 S盒S-box
- APP免费
2.2.64 SHA-1/2算法Secure Hash Algorithm(SHA)
- APP免费
2.2.65 秘密密钥secret key
- APP免费
2.2.66 秘密分享secret sharing
- APP免费
2.2.67 安全多方计算secure multi-party computation
- APP免费
2.2.68 SSL协议Secure Socket Layer protocol
- APP免费
2.2.69 对称密码算法symmetric cryptographic algorithm
- APP免费
2.2.70 自同步序列密码self-synchronizing stream cipher
- APP免费
2.2.71 简单能量分析Simple Power Analysis(SPA)
- APP免费
2.2.72 统计密码分析statistical cryptanalysis
- APP免费
2.2.73 序列密码stream cipher
- APP免费
2.2.74 代替-置换网络Substitution-Permutation Network(SPN)
- APP免费
2.2.75 3-DES triple DES
- APP免费
2.3 密码设备
- APP免费
2.3.1 模拟电话密码机analog phone cryptography machine
- APP免费
2.3.2 异步线路密码机asynchronous line cryptography machine
- APP免费
2.3.3 证书认证系统certification system
- APP免费
2.3.4 密码卡cryptography card
- APP免费
2.3.5 密码芯片cryptography chip
- APP免费
2.3.6 密码键盘cryptography keyboard
- APP免费
2.3.7 密码机cryptography machine
- APP免费
2.3.8 密码模块cryptography module
- APP免费
2.3.9 智能密码钥匙cryptography smart token
- APP免费
2.3.10 可信计算密码支撑平台cryptographic support platform for trusted computing
- APP免费
2.3.11 数字电话密码机digital phone cryptography machine
- APP免费
2.3.12 动态口令系统dynamic password system
- APP免费
2.3.13 传真密码机fax cryptography machine
- APP免费
2.3.14 身份鉴别(认证)系统identity authentication system
- APP免费
2.3.15 密钥管理系统key management system
- APP免费
2.3.16 线路密码机line cryptography machine
- APP免费
2.3.17 链路密码机link cryptography machine
- APP免费
2.3.18 移动电话密码机mobile phone cryptography machine
- APP免费
2.3.19 网络密码机network cryptography machine
- APP免费
2.3.20 IP密码机IP cryptography machine
- APP免费
2.3.21 支付密码器payment cryptography machine
- APP免费
2.3.22 智能IC卡smart card
- APP免费
2.3.23 存储加密设备storage encryption device
- APP免费
2.3.24 同步线路密码机synchronous line cryptography machine
- APP免费
2.3.25 可信软件栈TCG Software Stack(TSS)
- APP免费
2.3.26 可信密码服务模块TCM service module
- APP免费
2.3.27 可信计算平台trusted computing platform
- APP免费
2.3.28 可信密码模块trusted cryptography module
- APP免费
2.3.29 可信平台模块Trusted Platform Module(TPM)
- APP免费
2.3.30 VPN密码机Virtual Private Network(VPN)cryptography machine
- APP免费
2.3.31 VPN安全网关Virtual Private Network security gateway
- APP免费
参考文献
- APP免费
反侵权盗版声明
更新时间:2018-12-27 12:34:49