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.
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 C++ WebSocket server library wrapped for seamless use in Go applications. Supports concurrency, SSL, and JSON parsing via Boost, OpenSSL, and nlohmann_json. Perfect for real-time systems like chats, live updates, and IoT, enabling efficient cross-language workflows.
This project provides User-Defined Functions (UDF) for MySQL, enabling encryption and decryption of data using the OpenSSL library. The functions support various encryption algorithms and allow the use of optional custom IVs (Initialization Vectors).
Password Manager is a command-line interface (CLI) application written in C++ that securely stores and manages your passwords. Utilizing AES-256-CBC encryption provided by OpenSSL, this simple yet effective tool ensures your passwords are stored securely and can be retrieved when needed.
P.A.C.K.E.R is a simple DRM software that can grant and verify serial keys, encrypt & decrypt [RSA & AES] your software. It also has modules to protect your executable (by injecting a thread and an attachable DLL) for anti-debugging purposes.