Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 713 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 713 Bytes

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!