Skip to content

Criptography algorithm example created by me for educational purposes

License

Notifications You must be signed in to change notification settings

Wanghley/M82589933-Criptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of large amount of data for personalized medicine
Open Source? Yes! MIT license

Project of criptography model creation for educational purposes in order to test new ways of secure data as part of the process of cybersecurity. Furthermore, this repository contains a model in HTML and PNG explaining the logic of the model proposed and also a code of test made in python to exemplify the model.

Getting Started

This is a project proposing a new method of crptography to be used based in the highest primer number known, called M82589933, which is 2^(82,589,933)-1. Based on this and some mathematical manipulations messages are encrypted.

Model describing

Find in more details in HTML file

Running

Prerequisites

You need to install these things to run the project

pip3 install rich

A step by step series of examples that tell you how to get a development env running

git clone https://github.com/Wanghley/M82589933-Criptography
cd M82589933-Criptography

And have fun running:

cd src/
python3 main.py

Then, you will be able to test and modify the project yourself.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • This is an educational software only
  • You can copy, share and modify the project
  • Feel free to use the code but do not forget to reference me

About

Criptography algorithm example created by me for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages