Python App To Encrypt Data (image, text, all data)

Overview
-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
Owner
hi ^^
Kyrie Eleison - The best and unique way to encrypt some data or a file safely

Encrypt your important data and files easily and safely with Kyrie Eleison.

Billy 39 Oct 27, 2022
Django-based Crypto Portfolio Tracker – keep an eye on Shiba Inu and other Crypto

Crypto Tracker 🐍 📈 – Central Portfolio Tracking Easy asset tracking – at a glance 🚀 Dashboard to centrally monitor current crypto portfolio develop

65 Jan 08, 2023
A repository for Algogenous Smart Contracts created on the Algorand Blockchain.

Smart Contacts This Repository is dedicated to code for Alogrand Smart Contracts using Choice Coin. Read Docs for how to implement Algogenous Smart Co

Choice Coin 3 Dec 20, 2022
Hyval will store your information encrypted and decrypt it when needed

Hyval will store your information encrypted and decrypt it when needed

soroush safari 3 Oct 31, 2021
cairo_kernel is a simple Jupyter kernel for Cairo a smart contract programing language for STARKs.

cairo_kernel cairo_kernel is a simple Jupyter kernel for Cairo a smart contract programing language for STARKs. Installation Install virtualenv virtua

Ankit Chiplunkar 29 Sep 21, 2022
Retrieve ECDSA signature R,S,Z values from blockchain rawtx or txid.

rsz Retrieve ECDSA signature R,S,Z values from blockchain rawtx or txid. Info The script parse the data of rawtx to fetch all the inputs in the transa

iceland 29 Nov 18, 2022
BTCRecover is an open source wallet password and seed recovery tool.

BTCRecover is an open source wallet password and seed recovery tool. For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made

2 Aug 18, 2022
CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python.

CertPy CertPy is a high level toolkit for generating x509 (e.g. SSL/TLS/HTTPS) certificates in Python. Certificate “profiles” are implemented as Pytho

Ryan Castellucci 4 Feb 21, 2022
Get the SHA256 hash of any file with this Python Script

Hashfile-SHA256 A SHA256 hash verifying script, written in python. Report Bug Table of Contents About The Project Built With Getting Started Prerequis

Ethan Gallucci 1 Nov 01, 2021
Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters.

modeval Modeval (or Modular Eval) is a modular and secure string evaluation library that can be used to create custom parsers or interpreters. Basic U

2 Jan 01, 2022
Python wrapper for the Equibles cryptos API.

Equibles Cryptos API for Python Requirements. Python 2.7 and 3.4+ Installation & Usage pip install If the python package is hosted on Github, you can

Equibles 1 Feb 02, 2022
A python tool to track prices of various cryptocurrencies and alert

CryptoPriceTracker This is a tool to track prices of various cryptocurrencies and alert the user once the user defined maximum & minimum target is rea

1 Oct 01, 2021
Distributed, blockchain based hashtables middleware for deduplication of file uploads to the cloud

distributed-blockchain-based-secure-file-dedupe Searching is Distributed, Block and Access List for each upload is unique and it is stored in a single

Abhishek Tangod 1 Dec 02, 2021
A crypto wallet to send bnb and ether coin using web3.py and moralis speedy node

A crypto wallet to send bnb and ether coin using web3.py and moralis speedy node

Ciscoquan 3 Aug 16, 2022
A Python script to implement Hill's Cipher Encryption and Decryption.

Hill_Cipher-Encryption_and_Decryption A Python script to implement Hill's Cipher Encryption and Decryption. Initially in the Encryption part, the Plai

Vishvendra Singh 1 Jan 19, 2022
Python Encryption Name Game

Python 3.9.7 Encryption Name Game Encrypt a name with numbers using a Caesar cipher! You can choose different numbers to encrypt your name from 1 to o

Armand Brunelle 3 Dec 24, 2021
Tool to compare smart contracts source code

smartdiffer Tool to compare smart contracts source code. Heavily relies on API of Etherscan and Diffchecker. Installation pip install smartdiffer API

Roman Moskalenko 23 Nov 16, 2022
A web app to scan crypto markets based on candlestick pattern recognition from

Crypto_Scanner A web app to scan crypto markets based on candlestick pattern recognition from "Japanese Candlestick Charting Techniques: A Contemporar

Chris Qi 27 Jan 01, 2023
A cairo port for Rari Capital Vaults

crypts • Architecture contracts ├─ CryptFactory — "Factory for deploying Crypt contracts for any ERC20 token." ├─ Crypt — "Flexible, minimalist, and g

alucard 9 Sep 02, 2022
A simple web application with tools of cryptography, made with Flask and Cryptography.

Crypto Tools A web application made with Flask that allows the use of some cryptography tools like message digest, RSA key pair generation and a decip

Felipe Valentin 0 Jan 20, 2022