You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This C++ program demonstrates a basic blockchain implementation using OpenSSL for SHA-256 hashing. Each block stores transaction data, a timestamp, and a nonce. Proof-of-work is used to mine blocks with a difficulty target.
A minimal, production-oriented HTTPS server built entirely in C using POSIX sockets and OpenSSL, following Clean Code principles, KISS philosophy, and modular architecture.
Creating a HTTPS Client and understanding how the TLS and HTTP protocols work along to generate a secure communication via the web, using SSL certificates.
Demo of quantum cryptanalysis combining Shor's Algorithm for RSA factorization with Quantum Neural Networks for cryptographic security assessment, running on real IBM quantum computers.
This C++ program demonstrates a basic blockchain implementation using OpenSSL for SHA-256 hashing. Each block stores transaction data, a timestamp, and a nonce. Proof-of-work is used to mine blocks with a difficulty target.