Skip to content

Igor-Felipy/CrypToYou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run the project:

  • Install python version 3.6 or higher

  • Install the dependences using the following command: pip install -r requirements.txt

  • Now run cryptoyou.py

How to use:

  • In http://127.0.0.1:5000/ you can see the cypher types and the doc link.

  • In http://127.0.0.1:5000/crypt you can make a post(the http method) with the data to cypher following the model.

  • In http://127.0.0.1:5000/decrypt you can make a post(the http method) with the data to decypher following the model.

  • Model: { 'cryptography' : 'cypher types', 'data' : 'data to cypher or decypher', 'key' : 'key to method' }

  • Kinds of cypher:

  • Chinese

PS: more types will be added later!

About

Encryption API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages