Skip to content

A collection of programs exploring Cryptography, Blockchain, and Networking in C.

License

Notifications You must be signed in to change notification settings

Drashti-007/C-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Systems

This repository contains core C-language implementations exploring Cryptography, Blockchain, and Networking concepts.
Each folder represents one major area of system-level understanding.

Structure

  • cryptography/ → Basic encryption & hashing algorithms (Caesar, XOR, SHA-256 logic)
  • blockchain/ → Block creation, linking, and simple chain simulation
  • networking/ → Client-server communication using socket programming

Goals

  • Understand and manually read/analyze C code.
  • Implement, compile, and push working code.

About

A collection of programs exploring Cryptography, Blockchain, and Networking in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages