密码学原理技术-第六章-introduction to pulibc-key cryptography

文章目录

  • 总结
  • [Symmetric Cryptography revisited](#Symmetric Cryptography revisited)
    • [Symmetric Cryptography: Analogy](#Symmetric Cryptography: Analogy)
    • [Symmetric Cryptography: Shortcomings](#Symmetric Cryptography: Shortcomings)
  • [principles of asymmetric cryptography](#principles of asymmetric cryptography)
    • [Idea behind Asymmetric Cryptography](#Idea behind Asymmetric Cryptography)
    • [asymmetric(public key) cryptography](#asymmetric(public key) cryptography)
    • [aSymmetric Cryptography: Analogy](#aSymmetric Cryptography: Analogy)
  • [practical aspects of public-key cryptograpy](#practical aspects of public-key cryptograpy)
    • [basic protocol for public-key Encryption](#basic protocol for public-key Encryption)
    • [security Mechanisms of Public-Key Cryptography](#security Mechanisms of Public-Key Cryptography)
    • [basic key transport protocol](#basic key transport protocol)
  • [important public-key algorithm](#important public-key algorithm)
    • [how to build public-key algorithms](#how to build public-key algorithms)
    • [key lengths and security levels](#key lengths and security levels)
  • [essential number theory for public-key algorithm](#essential number theory for public-key algorithm)
    • [Euclidean algorithm](#Euclidean algorithm)
    • [extended Euclidean algorithm](#extended Euclidean algorithm)
      • [Euler's Phi Function(欧拉函数)](#Euler's Phi Function(欧拉函数))
      • [Fermat's Little Theorem](#Fermat's Little Theorem)
      • [欧拉定理(Euler's Theorem)](#欧拉定理(Euler's Theorem))

总结

Symmetric Cryptography revisited

Symmetric Cryptography: Analogy

Symmetric Cryptography: Shortcomings


principles of asymmetric cryptography

Idea behind Asymmetric Cryptography

asymmetric(public key) cryptography

aSymmetric Cryptography: Analogy

practical aspects of public-key cryptograpy

basic protocol for public-key Encryption

security Mechanisms of Public-Key Cryptography





basic key transport protocol

使用 AES 作为对称加密的混合加密协议

important public-key algorithm

how to build public-key algorithms

key lengths and security levels

essential number theory for public-key algorithm

Euclidean algorithm


原理证明

extended Euclidean algorithm

先列出标准欧几里得算法表格,然后一步一步回代(上一步余数的等式带入当前式子)

证明



12mod67和67mod12的最后得到的式子是一样的,所以不如直接用67mod12,因为12mod67会转换成67mod12,此时67是r0,12是r1

Euler's Phi Function(欧拉函数)


欧拉函数的高效计算方法


Fermat's Little Theorem

欧拉定理(Euler's Theorem)


相关推荐
Jianghong Jian4 天前
Hashcat:强大的密码恢复与安全测试工具
测试工具·安全·密码学
WHD3064 天前
企业数据安全体系建设指南:从风险识别到技术落地的全流程(2026版)
大数据·网络·人工智能·安全·系统架构·密码学·安全架构
Y5neKO4 天前
某国赛CTF密码学题目Writeup:RSA
密码学·ctf·rsa
老星*6 天前
Vaultwarden:开源轻量的1Password替代,自托管密码管理方案
开源·github·密码学
山川绿水7 天前
bugku——MISC——键盘
安全·网络安全·系统安全·密码学
Sunsets_Red8 天前
乘法逆元的 exgcd 求法
c++·学习·数学·算法·c#·密码学·信息学竞赛
code_li8 天前
为什么手机没网,身份验证器也能生成验证码
智能手机·密码学
lplum_11 天前
2026 中国高校智能机器人创意大赛 软件系统安全赛 初赛wp
安全·web安全·网络安全·系统安全·密码学·网络攻击模型·安全威胁分析
lplum_11 天前
2025第十届“楚慧杯”湖北省网络与数据安全实践能力竞赛 wp
网络·安全·web安全·网络安全·系统安全·密码学·新人首发
QCN_13 天前
应用密码学——第一章诸论
密码学