A repo where I plan to code to encrypt strings in Various Encryption methods
-
Updated
Oct 3, 2020 - Python
A repo where I plan to code to encrypt strings in Various Encryption methods
Small project (that grows larger) for encoding and decoding messages with basic ciphers
A application layer protocol that help folders and files management on servers with optional encryption.
This is a test program made to demonstrate the RSA algorithm and its properties.
A secure application for encrypting files before they are uploaded to the cloud and decrypting files that are in the encryption group.
A simple XOR-based plaintext encryptor using basic mathematical concepts of XOR to encrypt plaintext using a custom or random key based on user input.
An implementation of an encryption technique using Fibonacci Series for file encryption over the entire ASCII range of characters
Computer security implementations from scratch
Cipher-Algorithms and some hacks to (some of) them
DES implementation (for encrypt messages between two computers)
This tool will help you to keep your data safe in form of encryption . this tool will encrypt or decrypt all file for the provided filepath or folder
This code is the some basic common helper for the encode and decode data using encryption and decryption algorithms.
A secure steganography app that embeds encrypted messages within digital images, ensuring undetectable data transmission. It features multi-layer protection, supports flexible input options, and provides a user-friendly interface for seamless encoding and decoding.
I have worked on developing the raw implementation of RSA without using any library. It uses modular arithmetic to deal with large numbers. The program is working efficiently for 1024 bits of prime numbers. I have also tried using FPM (fast polynomial multiplication) over FFT and integrated everything a the socket program.
File Locker using Python programming
Examples for Encryption Algorithms
I have implemented two libraries, one modular arithmetic library and one prime number generation library. The file modarithmetic.py contains helper functions that implement some modular exponentiation functions. The file keygen.py contains functions that implement rsa key generation.
"CryptoWhisper" is a simple Python script that lets you encode and decode text snippets using a custom algorithm while your application is running. It offers a convenient way to quickly encrypt and decrypt text using keyboard shortcuts, keeping your data safe and easily accessible.
SecureArchive is a standalone, fully offline application for securely encrypting files and directory structures. It uses a proprietary container format (.secarc) and the custom-built TitanCrypt Engine.
Add a description, image, and links to the encryption-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the encryption-algorithms topic, visit your repo's landing page and select "manage topics."