AegisChain
A banking ledger that can't be quietly rewritten
Read the sourceMostly Python
Results — hover any figure for the baseline and the caveat
6
Crypto primitives implemented
Implemented from the specifications for learning. Never deploy hand-rolled cryptography — this exists to prove I understand what the audited libraries are doing, not to replace them.
Overview
A banking platform where every transaction is signed and chained. Implements RSA, AES-256, Diffie–Hellman key exchange, digital signatures, PKI certificates, and hybrid encryption on top of a proof-of-work chain, so edits to transaction history are detectable rather than silent.