Skip to content

Bachelor's Degree Thesis and project in Computer Security and Software Architectures. Web app: users can encrypt messages and send them via any social, IM or QRCode.

License

Notifications You must be signed in to change notification settings

RobertoFalconi/Kalypso

Repository files navigation

README

Hi everyone!
This is a project originally made by Roberto Falconi for the course "Software Architecture and Cybersecurity" and its teachers Massimo Mecella and Leonardo Querzoni, based at Sapienza - University of Rome.

This project goal is to let everyone to encrypt or to decrypt messages in order to make a real privacy-oriented system.

Useful links

How to run server

Open a terminal anywhere on your device, then:
git clone https://github.com/RobertoFalconi/Kalypso
cd Kalypso
rails db:migrate
rails db:seed
rails s

How to run tests

git clone https://github.com/RobertoFalconi/Kalypso
cd Kalypso
rails db:migrate
rails db:seed
bundle exec cucumber
bundle exec rspec

About

Bachelor's Degree Thesis and project in Computer Security and Software Architectures. Web app: users can encrypt messages and send them via any social, IM or QRCode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published