Skip to content

This is my project repository where i create gui program to securing image using Cryptographic Stream Cipher Algorithm called ChaCha20.

Notifications You must be signed in to change notification settings

fitrarhm/image-encryption-using-ChaCha20-stream-cipher-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChaCha20 Image Encryption

ChaCha20 Image Encryption is an encryption program that using ChaCha20 stream cipher algorithm to securing image data. This program using PyQt5 as GUI library, which is quite similar to what native Windows have. Some of the images format that are supported by this program are : JPG, JPEG, PNG, BMP.

1. Requirements

  • Windows 10 (Tested)
  • Python 3.9.6 (Tested)
  • virtualenv (Optional but recommended)
  • Internet connection (Mandatory)

2. Install & Create VirtualEnv (Optional)

Install virtualenv

python -m pip install --user virtualenv

or

pip install virtualenv

Create virtualenv

virtualenv pyenv

3. Activate virtualenv (Optional)

On Windows .\pyenv\Scripts\activate

4. Install package needed from requirements.txt file

python -m pip install -r requirements.txt

5. Change Directory & Run the program

Change Directory to Source Code, where contains main.py file

cd D:\code\image-encryption-using-ChaCha20-stream-cipher-algorithm

Run the program

py main.py

Results

Main menu

main menu

Encryption menu

enc menu

Decryption menu

dec menu

About

This is my project repository where i create gui program to securing image using Cryptographic Stream Cipher Algorithm called ChaCha20.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages