密码学原理技术-第六章-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)


相关推荐
奇遇0.004873 天前
tryhackme-公钥密码学基础
密码学·tryhackme
0x派大星5 天前
区块链中的数字签名:安全性与可信度的核心
区块链·密码学
CourserLi6 天前
【AI 解题】Yusa的密码学课堂 2026.1.25
人工智能·密码学
半路_出家ren7 天前
3.python模拟勒索病毒
python·网络安全·密码学·网络攻击模型·base64·病毒·勒索病毒
栗子~~9 天前
区块链中的密码学
区块链·密码学
半路_出家ren9 天前
1.古典密码概述
python·网络安全·密码学·古典密码·加密方式
码不停蹄Zzz12 天前
密码学算法之数字签名和认证协议篇(一)
密码学
じ☆冷颜〃14 天前
交换代数的解析延拓及在CS的应用
c语言·数据结构·笔记·线性代数·密码学
要做朋鱼燕15 天前
【AES加密专题】3.工具函数的编写(1)
笔记·密码学·嵌入式·aes
lightningyang16 天前
利用 OpenSSL 进行国际算法加密通信实验
服务器·密码学·openeuler·天枢一体化虚拟仿真靶场平台·openssl国际算法加密通信·密码实训