跳转至
克瑞奇(Chritch)的笔记本
SHA-1
正在初始化搜索引擎
GitHub
Home
Course
Tutorials
Recommendation
Misc
克瑞奇(Chritch)的笔记本
GitHub
Home
Home
Course
Course
Cryptography
Cryptography
数学基础
古典密码
MD5
SHA-1
分组密码工作模式与流密码
DES
AES
RSA
ECC
Crypto 考试重点
Database System
Database System
Relational Model & SQL
Relational Model & SQL
Relational Algebra
SQL
E-R Model and Normal Form
Database Storage
Database Index
Database Index
B+ Tree
LSM Tree
Query Processing & Optimization
Transaction
Advanced Data Structure and Algorithms
Advanced Data Structure and Algorithms
AVL Trees
Splay Trees
Red-Black Trees
Inverted File Index
Leftist Heaps
Skew Heaps
Binomial Queue
Backtracking
Divide and Conquer
Dynamic Program
Greedy
NP Completeness
Approximation
Local Search
Randomized Algorithms
Parallel Algorithms
External Sorting
Tutorials
Tutorials
MkDocs 安装记录
RSSHub 使用记录
Ubuntu22.04 安装记录
IDEA 踩坑记录
Recommendation
Recommendation
Misc
Misc
Verilog 语法手册
The Art of the Readable Code
Artificial Neural Network
ZJU SchoolBus Writeup
SHA-1
SHA-1是将明文处理成20byte的哈希摘要(比MD5多了4byte)
SHA-1使用分块计算,每块的长度为64byte,填充方式也和MD5相同。