Skip to content

Encryption / decryption web application on Flask using Camellia cryptographic algorithm

Notifications You must be signed in to change notification settings

hurr1canexd/Camellia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camellia

Web application that allows you to encrypt and decrypt files of any format. It uses my implementation of the Camellia encryption algorithm.

How to run?

Use terminal:

git clone https://github.com/hurr1canexd/Camellia.git
cd Camellia
python app.py

Usage

  1. Go to URL: http://localhost:5000/
  2. Choose a file to encode/decode
  3. Choose a key size and enter him
  4. Enter an initial vector if you want to use CBC/CFB/OFB mode
  5. Press button "OK" to encode file. Put a tick in checkbox if u want to decode file

About

Encryption / decryption web application on Flask using Camellia cryptographic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published