Infinite learning Learn Explore Progress

SHA-512 计算原理|Secure Hash Algorithm – 512-bit(SHA-512)Calculation Principle

一、SHA-512 的目标是什么? 它接收任意长度的输入,输出一个 固定长度 512 位 的散列值。 这个值具有: 抗碰撞性(不同输入产生不同输出) 不可逆性(无法从输出还原输入) 雪崩效应(输入哪怕改动1 bit,输出变化极大)

Berlin Berlin 发布于 2025-04-16

Diffie-Hellman 密钥交换计算原理 |Diffie-Hellman Key Exchange Calculation Principle

Diffie-Hellman 密钥交换是一种用于在不安全的通信信道上共享秘密密钥的加密协议。它最早由 Whitfield Diffie 和 Martin Hellman 于1976年提出,成为第一个公开的公钥算法。该算法广泛应用于现代网络安全中,尤其是在HTTPS、VPN和加密电子邮件中。下面我将详

Berlin Berlin 发布于 2025-04-13

恶意软件|Malicious Software

Definition and Classification of Malware|恶意软件的定义与分类 恶意软件是任何旨在破坏、渗透、窃取、破坏或控制计算机系统的软件。Malicious software, or malware, is any software intentionally desi

Berlin Berlin 发布于 2025-04-10

密钥分发与用户认证|Key Distribution and User Authentication

Remote User Authentication Principles|远程用户认证原则 在计算机安全中,用户认证是最基础的构建模块,是防御的第一道防线。In computer security, user authentication is the fundamental building b

Berlin Berlin 发布于 2025-04-08

哈希消息认证码(HMAC)计算原理|The computational principles of the Hash-based Message Authentication Code (HMAC)

一、什么是HMAC | What is HMAC HMAC(基于哈希的消息认证码)是一种基于密码学哈希函数与密钥结合而构造的消息认证机制,常用于验证消息的完整性与认证。 HMAC (Hash-based Message Authentication Code) is a mechanism that

Berlin Berlin 发布于 2025-04-07

RSA加密算法计算原理|RSA algorithm computation principles

一、RSA简介 | Introduction to RSA RSA是一种非对称加密算法,由Rivest、Shamir和Adleman三人于1977年提出。该算法的核心思想是:加密和解密分别使用不同的密钥——公钥和私钥。其中公钥公开用于加密,私钥保密用于解密。 RSA is an asymmetric

Berlin Berlin 发布于 2025-04-07

公钥密码与消息认证|Public-Key Cryptography and Message Authentication

消息认证是保障通信双方能确认所接收信息的完整性与来源真实性的重要机制。 Message authentication is a critical mechanism that allows communicating parties to verify both the integrity and

Berlin Berlin 发布于 2025-04-07

简化RC4计算原理|Simplified RC4 Stream Cipher Calculation Principle

1. Introduction | 简介 RC4 is a widely used stream cipher designed by Ron Rivest in 1987. It operates by generating a pseudorandom keystream that is XOR

翼 发布于 2025-03-26

高级加密标准 (AES) 计算原理|Advanced Encryption Standard (AES) Calculation Principles

1. Introduction | 简介 Advanced Encryption Standard (AES) is a widely used symmetric encryption algorithm that provides high security and efficiency. AE

Berlin Berlin 发布于 2025-03-23

三重数据加密标准(3DES)计算原理|Triple DES (3DES) Calculation Principles

1. Introduction | 简介 Triple DES (3DES) is an extended version of the Data Encryption Standard (DES), designed to enhance security by applying the DES

Berlin Berlin 发布于 2025-03-16