rafaeelaudibert / Encryptor

Several encryptors (cryptographic secure or not) available in a REST API fashion, using Flask
8 stars 12 forks source link
encryptors flask hacktoberfest sentry

:lock: :key: Encryptor

Encryptor Logo

Several encryptors (cryptographic secure or not) available in a REST API fashion, using Flask

:computer: Running

:vertical_traffic_light: Trying out

You can try out each encryptor in their respective route based in the following model: localhost:5000/api/:encryptor/{encrypt|decrypt}/:text?option_1=x&option_2=y, where you can see the required options in each route at the source file. Example to encrypt the text github with an offset of 4, using a Ceasar cypher: localhost:5000/api/ceasar/encrypt/github?offset=4.

:white_check_mark: Tests

You can test this application running the pytest command

:muscle: Contributing

You may check CONTRIBUTING.md if you want to contribute to the project! I would highly reccommend you to do so, as we are trying to build something really nice and beginner friendly.

:busts_in_silhouette: Contributors