Tagged articles

public-key cryptography

6 articles · Page 1 of 1
Programmer1970
Programmer1970
May 30, 2025 · Information Security

Deep Dive into RSA: How It Works and Why It’s Secure

This article explains RSA’s history, key generation steps, encryption and decryption processes, the mathematical foundations behind its security, practical considerations like key length and random number generation, and common application scenarios such as secure communications, digital signatures, and authentication.

DecryptionKey generationRSA
0 likes · 13 min read
Deep Dive into RSA: How It Works and Why It’s Secure
Programmer1970
Programmer1970
Oct 15, 2024 · Information Security

Unlocking RSA: The Algorithm’s Inner Workings and Security Guarantees

This article introduces RSA, outlines its mathematical foundation, details key‑pair generation, encryption and decryption steps, discusses security factors such as key length and side‑channel attacks, presents a complete Java implementation, and surveys common application scenarios like HTTPS, digital signatures and VPNs.

RSAcryptographyencryption
0 likes · 13 min read
Unlocking RSA: The Algorithm’s Inner Workings and Security Guarantees
Liangxu Linux
Liangxu Linux
Jan 3, 2023 · Information Security

Why Can Public Key Encrypt but Not Decrypt? Unpacking HTTPS Encryption

An in‑depth guide explains the difference between symmetric and asymmetric encryption, why a public key can encrypt but not decrypt, and walks through the TLS 1.2 handshake that underpins HTTPS, covering certificates, random numbers, session key derivation, and the role of public‑private key pairs.

HTTPSHandshakeTLS
0 likes · 16 min read
Why Can Public Key Encrypt but Not Decrypt? Unpacking HTTPS Encryption
Open Source Tech Hub
Open Source Tech Hub
Dec 28, 2018 · Information Security

Generate RSA Keys and Use PHP for Encryption & Decryption

This guide explains what RSA encryption is, outlines common use cases, shows step‑by‑step commands to generate private and public keys with OpenSSL, and provides a complete PHP class with methods for public‑key encryption, private‑key decryption, signing and verification, plus practical code examples.

DecryptionPHPRSA
0 likes · 9 min read
Generate RSA Keys and Use PHP for Encryption & Decryption