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 ^^
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

Simone Tesini 1 Oct 26, 2021
ETHGreen blockchain is a fork from STAI and Chia blockchain including features implemented by Covid blockchain.

Welcome to ETHGreen Blockchain ETHGreen blockchain is a fork from STAI and Chia blockchain including features implemented by Covid blockchain. About t

11 Dec 23, 2022
Algo-burner - Burner account for the Algorand blockchain

algo-burner Burner address for Algorand's blockchain Apparently it was a problem

1 Jan 12, 2022
Using with Jupyter making live crypto currency action

Make-Live-Crypto-Currency-With-Python Using with Jupyter making live crypto currency action 1.Note: 💣 You must Create a Binance account and also clic

Mahmut Can Gönül 5 Dec 13, 2021
Python ASN.1 library with a focus on performance and a pythonic API

asn1crypto A fast, pure Python library for parsing and serializing ASN.1 structures. Features Why Another Python ASN.1 Library? Related Crypto Librari

Will Bond 282 Dec 11, 2022
Create and finder all address wallet bitcoin and check balance , transaction

BTCCrackWallet Create and finder all address wallet bitcoin and check balance , transaction bitcoin wallet generator generated address wallet , public

MMDRZA 11 Nov 26, 2022
A curated list of resources dedicated to reinforcement learning applied to cyber security.

Awesome Reinforcement Learning for Cyber Security A curated list of resources dedicated to reinforcement learning applied to cyber security. Note that

Kim Hammar 212 Jan 02, 2023
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

Python Cryptographic Authority 947 Dec 28, 2022
A simple and secure password-based encryption & decryption algorithm based on hash functions, implemented solely based on python.

pyhcrypt A simple and secure password-based encryption & decryption algorithm based on hash functions, implemented solely based on python. Usage Pytho

Hongfei Xu 3 Feb 08, 2022
Historical Crypto Price

Made with Coingecko API, this is a VERY simple python script that asks you the crypto, date and currency you want and then proceeds to give you the price and MarketCap at that precise moment

7 Oct 14, 2022
Powerful Tool to encrypt and decrypt files using AES.

AEScryptor Tool Description Encrypt and Decrypt files with AES-128 (16bytes key). AES mode = CFB (cipher Feedback) security = super safe! Usage [1] Ch

5 Jan 12, 2022
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

c0mpt0 4 Aug 22, 2022
En- and decrypting text-messages by creating a key with of the fibonacci-sequence

En- and decrypting text-messages by creating a key with of the fibonacci-sequence. This key helps to create mathematical functions, whose zeros should generates the encrypted message.

Pulsar 1 Feb 05, 2022
A discord bot to crop an NFT image living on the Solana blockchain.

NFT Discord Cropper This discord bot crops an NFT in your set measures by getting it through the .cache file which has been used to make a candy machi

Rude Golems 7 Mar 21, 2022
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
Accounting Cycle Program with Blockchain Component

In the first iteration of my accounting cycle program, I talked about adding in a blockchain component that allows the user to verify the inegrity of

J. Brandon Walker 1 Nov 29, 2021
Linear encryption software programmed with python

Echoder linear encryption software programmed with python How does it work? The text in the text section runs a function with two keys entered keys mu

Emre Orhan 4 Dec 20, 2021
PeGuard - Windows PE crypter and packing utility

PEGUARD PEGUARD is a file crypter and packing utility. This project was original

11 Nov 28, 2022
FileGuard - File crypter and packing utility

FILEGUARD FILEGUARD is a file crypter and packing utility. This project was orig

11 Nov 28, 2022
The (Python-based) mining software required for the Game Boy mining project.

The (Python-based) mining software required for the Game Boy mining project.

Ghidra Ninja 31 Nov 04, 2022