CoderOasis
  • Home
  • About
  • Topics
  • Programming
  • WebDev
  • Cybersecurity
  • Software
  • SysAdmin
Sign in Subscribe

RSA

A collection of 4 posts
What is Encryption? The Math That Keeps Your Data Private
Cybersecurity

What is Encryption? The Math That Keeps Your Data Private

Encryption transforms readable data into unreadable ciphertext that only someone with the right key can reverse. It's what makes HTTPS, messaging apps, banking, and password storage work. Here's how it actually functions.
26 Sep 2025 9 min read
RSA in Python Part 3: Defending Against Side-Channel and Timing Attacks
Cryptography Featured

RSA in Python Part 3: Defending Against Side-Channel and Timing Attacks

Learn how timing attacks can extract RSA private keys from a working implementation, and how to defend against them with constant-time operations and blinding techniques in Python.
08 Apr 2022 15 min read
RSA in Python Part 2: Random Prime Generation and Text Encryption
Cryptography Featured

RSA in Python Part 2: Random Prime Generation and Text Encryption

Extend your Python RSA implementation with 1024-bit cryptographically secure random prime generation using the PWS primality test, plus full plaintext encryption and decryption.
21 Aug 2021 13 min read
Python Code
Cryptography Featured

Implementing RSA in Python from Scratch

Build RSA encryption in Python from first principles. Covers the Extended Euclidean Algorithm, modular exponentiation, key generation, and working code you can run.
19 Aug 2021 16 min read
Page 1 of 1
CoderOasis © 2026
  • Topics
  • Meet the Team
  • Best Articles
  • Archives
Powered by Ghost