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.
- Portfolio: https://robertodaguarcino.com
- LinkedIn: https://www.linkedin.com/in/roberto-falconi
- GitHub: https://github.com/RobertoFalconi
- SlideShare: https://www.slideshare.net/RobertoFalconi4
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
git clone https://github.com/RobertoFalconi/Kalypso
cd Kalypso
rails db:migrate
rails db:seed
bundle exec cucumber
bundle exec rspec