cypher-front is a platform where the user is able to cypher/decypher a message using one of the five cryptography algorithms available (AES, DES, 3DES, Blowfish and IDEA).
This was made as part of a course in university, and will be improved in the future.
The cypher/decypher action is made via a REST API call. You can check the API here: cypher-api
cypher-front is hosted in Netlify, and you can access it here.
- Add key param for algorithms;
- Better responsiveness for mobile;