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
SignLedger is a production-ready Python library for immutable audit logging with cryptographic verification. Built for compliance, security, and trust, SignLedger provides blockchain-inspired tamper-proof logging for critical applications.
PoW Blockchain network built in C#. Supports the ZR420 cryptocurrency. Supports decentralised storage and transaction forwarding through peer-2-peer networking.
Ce projet met en œuvre des techniques de cryptanalyse, des heuristiques d'identification sophistiquées et une architecture logicielle robuste pour résoudre des missions de déchiffrement complexes.
PyLock is a password manager that allows users to securely store and retrieve their passwords. It uses encryption to ensure that the stored passwords are safe and protected.
A prototype security system that acts as a "Privacy Wrapper" for identity verification gateways. It uses an Isolation Forest machine learning model to distinguish between legitimate user activity and malicious intent (such as data scraping or brute-force attacks), featuring a real-time monitoring dashboard and an attack simulation tool.
AES is a symmetric encryption algorithm standardized by the National Institute of Standards and Technology (NIST). It operates on fixed block sizes of 128 bits and employs a 128-bit key to encrypt and decrypt data securely. AES is widely used for securing sensitive data due to its strong encryption, efficiency, and resistance to most known attacks
Image Encryption – Python Project A basic image encryption and decryption tool built using Python. This project manipulates pixel values (e.g., swapping or modifying them mathematically) to obscure and recover the original image. A great intro to image processing and basic cryptographic techniques!