Skip to content

armr-dev/cypher-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypher-front

image

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 should not be used to cypher/decypher any real message, as the key is hardcoded in the application (for now)

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.

TODO:

  • Add key param for algorithms;
  • Better responsiveness for mobile;

About

A website where the user is able to cypher/decypher messages using AES, DES, 3DES, Blowfish and IDEA algorithms

Topics

Resources

Stars

Watchers

Forks

Contributors

Generated from sveltejs/template