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
NullPoint is a high-performance, cross-platform file encryption and recovery demonstration tool. It is designed to illustrate industrial-grade cryptographic implementation, low-level optimization using Assembly, and secure system programming practices in C++ and C.
Post-Quantum Cryptography (PQC) and Classical Cryptography example applications to showcase the wolfCrypt Crypto algorithms running on dsPIC33A and dsPIC33C devices.
Low-level cryptography implementations in C including RSA encryption, SHA-256 hashing, and custom big integer arithmetic, built from scratch with supporting data structures.
Recovers RSA private keys from leaked CRT exponents (dp) found in sealbox crash logs, then decrypts RSA-OAEP ciphertexts. Supports raw hex, base64url chunks, and automatic JSONL crash log parsing.
Academic cryptography project implementing RSA encryption, decryption, digital signatures, and X.509 certificate verification in C using the OpenSSL BIGNUM (BN) library, bridging theoretical cryptography with real-world security applications (Information Technology Security, UNIWA).
Qrypt is a flexible and privacy-first app that allows users to manually encrypt, compress, and obfuscate text — designed for use cases when encryption doesn't exist, restricted or unavailable. Qrypt puts full control in the hands of the user, enabling secure message sharing across any medium (e.g., SMS, chat, email).