There are 26 repositories under cryptography-project topic.
(Still exploring) My cryptography journey: A collection of notebooks covering different algorithms and concepts from cryptography
Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination.
EncryptXpert is an app for easy file encryption/decryption using AES-EAX or AES-GCM algorithms. With GUI & CLI support and Build-in Key Database System, it's secure 🔒 & versatile across Windows and Linux.
B.tech Cryptogaphy Final Year Project on ENCRYPTION & DECRYPTION of IMAGE through Triple DES.
🔐 Encrypt anything, then Decrypt by providing a required key.
It is an Encryption and Decryption tool written in python which is used to encrypt any type of file based on AES Standards and the files that are encrypted using this script can also able to decrypt it.
Art of Encrypting and Hiding data within images. I build an image Steganography Software from scratch using Python. I utilized skills of Encryption, Binary Conversion, File Handling, Data Segration, Data Manipulation
A CrossLanguage Encryption Module to encrypt data/files (Asymmetric and Symmetric encryption handled)
A crossplatform Secret sharing Tool using python3 . Can be used as offline Password Backup System.
🔐🧂💻 Cryptography Final Project to create an fintech application. We use SHA-256 and salt, AES-128, LSFR , and 2 FA security that uses Google Authenticator
Collection of cryptography algorithms implementation.
Super cipher cryptography project which uses three types of key such as numerical and alphabets for providing triple layer of security. Final Year Cryptography Project with code and documents
Zentalk is an ultra-secure, hybrid encrypted decentralized peer-to-peer (P2P) messenger application without cloud storage.
RSA string encrypter and decrypter
Cryptography Project “New Approach as Blockchain and Cryptography Combination” : Combo Nature System
Increase of Security through Combination of Neural Network and Cryptography.
A brute_force based Cipher-Dicipher written in Java Language with UI/UX
Password Manager. Made with python, gui, and cryptography.fernet
Simulation of smart metering system
This library contains the implementation of popular crypto algorithms from scratch using C++
Information security has become a significant issue in today’s generation. With the increase in various threats and risks in the digital domains, there is an increasing need to come up with and develop newer ways of encrypting one’s crucial data and information. Therefore, an extra layer of protection shield is usually added on top of the basic encryption-decryption setup with the help of steganography. Steganography is a widely preferred and implemented technique due to the extra security that it provides. This is what we would like to focus on during this project.
The Cryptix a powerful python library which provides decryption functions for various ciphers. Below are examples demonstrating how to use the decryption functions for different ciphers included in the package.
Python programming on Cryptography techniques
🔑 Representation of different kinds of cryptographic ciphers written in Python, with explanations and additionally comments for better understanding by everyone.
Example project of the Anti-Data-Leak Pattern.
(1) Learn the basic principles, methods and implementation of passwords (2) Learning password application fields and situations
Implementation of File to Image Encryption
This project is an exploration into quantum mechanics and quantum cryptography. Understanding the principles and applicaitons of quantum technologies before exploring quantum algorithms for cryptography and their impact on this field. The project includes both explanations and code for learning about the field.
SABER Post-Quantum Algorithm Implementation: Python Edition
An AI-powered stock and crypto analysis platform delivering real-time buy/sell/hold signals with AI-generated summaries. Built with Next.js, TypeScript, Tailwind CSS, and integrated with Google Genkit, Firebase, and market data APIs. Features include advanced asset search, mobile QR access, push notifications, and a modern responsive UI.
This is a program designed to make a visual cryptography much easier. Get's an input image with extension jpg, png or bmp. Makes Byte Gray image consisting of 2 colors: black and white. And creates randomly generated pictures with dots on it(like noise). In order to get original black and white image back, we can use photoshop with exlusion option for every noise frame.