MY BLOGS

Posts by Captain X Cipher

Explore my latest blog posts on cybersecurity, coding, and tech projects. Click any card to read the full article!

MY BLOGS

Featured Articles

Credit Card Checker implementation in C

Credit Card Checker: C Language (CS50 Project 1)

April 7, 2025

Check if a credit card number is valid and identify its type using C and Luhn’s Algorithm. Step-by-step explanation and full code.

Read Full Article
Text encryption implementation in C

Cryptography: Ciphered Text in C (CS50 Project 2)

April 13, 2025

Convert plain text to ciphered text using a 26-letter key in C. Includes input validation and full code walkthrough.

Read Full Article
Tideman Election implementation in C

Tideman Election Code: C Language (CS50 Project 3)

April 25, 2025

Implement the Tideman voting method in C. Learn how to process ranked votes, avoid cycles, and determine the true winner. Full code and explanation.

Read Full Article
Recover JPEG from sd card using C language

Recover JPEG Code: C Language (CS50 Project 4)

July 18, 2025

Recover deleted JPEG images from a memory card using C. Step-by-step guide to forensic recovery with full code implementation and detailed explanations.

Read Full Article