-EN- Hi, so to use the app : To use the program you will need the 2 libraries "hashlib" and "sha256". To install them open a terminal and run the command : pip install hashlib pip install sha256 ______________________________________________________________________________________________________________________________________________________________________ To encrypt : step 1 : put the file you want to encrypt in the folder. step 2 : you launch the program (main.py). step 3 : you enter the name of the file to encrypt (the one you put in the folder). step 4 : after you enter the name of the final file. step 5 : enter a key (you will need it to decrypt the file) To decrypt : step 1: put the file you want to decrypt in the folder. step 2 : launch the program (main.py) step 3 : you enter the name of the file to decrypt (the one you put in the folder). step 4 : after you enter the name of the result file. step 5 : enter the key that was used to encrypt. https://www.youtube.com/watch?v=1yKY8aMJf9M ______________________________________________________________________________________________________________________________________________________________________ -FR- Salut donc pour utiliser l'app : Pour pouvoir utiliser le programme vous aurez besoin du 2 librairie "hashlib" et "sha256". Pour les installer ouvrir un terminal et executer la commande : pip install hashlib pip install sha256 ______________________________________________________________________________________________________________________________________________________________________ Pour chiffrer : étape 1 : il faut mettre le fichier que vous voulez chiffrer dans le dossier. étape 2 : vous lancer le programme (main.py). étape 3 : vous rentrez le nom du fichier à chiffrer (celui que vous avez mis dans le dossier). étape 4 : après vous rentrez le nom du fichier finale. étape 5 : rentrez une clé (vous en aurez besoin pour déchiffrer le fichier) Pour déchiffrer : étape 1 : mettre le fichier que vous voulez déchiffrer dans le dossier. étape 2 : lancer le programme (main.py) étape 3 : vous rentrez le nom du fichier à déchiffrer (celui que vous avez mis dans le dossier). étape 4 : après vous rentrez le nom du fichier du résultat. étape 5 : rentrez la clé qui a été utiliser pour chiffrer. https://www.youtube.com/watch?v=1yKY8aMJf9M
Python App To Encrypt Data (image, text, all data)
Overview
Generate bitcoin public and private keys and check if they match a filelist of existing addresses that have a nonzero balance
btc-heist Running Install deps, i.e., python3 -m pip install -r requirements.txt Download the CSV dump of all bitcoin addresses with a balance and cut
Simple python crypto bot to trade crypto on Binance based on RSI. Utilizing web sockets to get real-time prices
Py Crypto Bot Using Binance WebSocket API to get real-time price data for cryptocurrencies. Using the TA-Lib library to calculate the RSI and execute
Elgamal-and-peer2peer-communication - This project simulates the message transportation between two clients using elgamal cryptography
elgamal-and-peer2peer-communication This project simulates the message transport
This project aims to assist in the search for leaked passwords while maintaining a high level of privacy using the k-anonymity method.
To achieve this, the APIs of different services are used, sending only a part of the Hash of the password we want to check, for example, the first 5 characters.
gcrypter: an encryption algorithm based on bytes and their correspondent numbers to encode strings
gcrypter: an encryption algorithm based on bytes and their correspondent numbers to encode strings
PeGuard - Windows PE crypter and packing utility
PEGUARD PEGUARD is a file crypter and packing utility. This project was original
EncryptAGit - Encrypt Your Git Repos
EncryptAGit - Encrypt Your Git Repos
Bot to trade crypto trading ranges
crypto-trading-bot Crypto bot with DCA or GRID trading strategy Sends notifictions to telegram chat Crypto bot with webhook feature which can be used
This folder contains all the assignment of the course COL759 : Cryptography & Computer Security
Cryptography This folder contains all the assignment of the course COL759 : "Cryptography & Computer Security" Assignment 1 : Encyption, Decryption &
Python Cryptocurrency with stealth addresses
Python Cryptocurrency with stealth addresses. Goal is to have create a cryptocurency that hides transactions totally. I.E. Cant see ammount sent, to who, or from who.
C0mptCrypt - An object-oriented, minamalistic, simple encryption library in Python
C0mptCrypt allows you to encrypt strings of text. It can only be decrypted using C0mptCrypt and not by random online tools. You can use this for a variety of things from creating passwords, to encryp
Modern(-ish) password hashing for your software and your servers
bcrypt Good password hashing for your software and your servers Installation To install bcrypt, simply: $ pip install bcrypt Note that bcrypt should b
Microllect - Fully automated btc wallet hack,using advanced protocols
Microllect - Fully automated btc wallet hack,using advanced protocols
Zero-dependency Cryptography Python Module with a self made method
TesohhCrypt TesohhCrypt is a zero-dependency Cryptography Python Module, with a method that i made. (likely someone already made a similar one, but i
Two modules that display rates of fiat currencies and cryptocurrencies
currency-rates-polybar Two modules that display rates of fiat currencies and cryptocurrencies Setup Clone the repository somewhere Move (or create sym
Implementation of Smart Batch Auction for NFT launches on Tezos.
NFT Smart Batch Auction Smart Batch Auctions are an improvement over the traditional first come first serve (FCFS) NFT drops. FCFS design has been in
Gold(Gold) is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure
gold-blockchain (Gold) Gold(Gold) is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of
Meraki-apiv0-audit - CLI application that will export all Meraki Dashboard v0 API calls for one, multiple, or all Meraki Dashboard Organizations
Meraki Audit v0 API Requests (v0audit.py) (Note: this API key belongs to the Mer
Simple one-time pad (OTP) encryption
Introduction What you will make In this resource you will learn how to create and use an encryption technique known as the one-time pad. This method o
Arithmos Cipher is a simple Cryptography that I created myself in Python
Arithmos Cipher is a simple Cryptography that I created myself in Python