Skip to content

Implementation of our own encryption scheme with authentication based on Feistel network in GCM mode

License

Notifications You must be signed in to change notification settings

Esnos33/MiniFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniFish

Implemetation of our own encryption scheme with authentication based on Feistel network in GCM mode

To run our program, download whole repository to empty directory and run:

python -m venv venv
pip install -r requirements.txt
python complete.py

About

Implementation of our own encryption scheme with authentication based on Feistel network in GCM mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages