Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 721 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 721 Bytes

simple chat room using Blowfish and RSA

An academic task as a prerequisite for approval in a information security graduation course from a bachelor degree in Systems information

developers

Gabriel San Martin: @gasmartin
Jonatas Barros: @jonatas2014

The goal was to develop a chat room that could protect the users messages by using some cryptographic algorithm.

As a further experiment, once the chat was ready, the teacher asked us to simulate hacker attacks on it. As our simple chat was secure against message interception decryption attacks, we did a script for a DoS attack and for a server hijacking attack.