Skip to content

In this repository we want to apply encryption algorithms such as rsa, sha256 and diffhelman and how they help us protect our messages.

License

Notifications You must be signed in to change notification settings

alexliqu09/SocialNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialNet

Java GitHub Git Postgres

📜 Abstract

The present research aims to implement an encryption system using the RSA,DIFFIE-HELLMAN, SHA-256 algorithms, for the reliability of the transmission of messages in an application. In this work we focus on learning about the uses ofcomputer security, specifically cryptography, thus reducing vulnerabilities in theface of threats from malicious software origin and people where the informationfaces risks of damage or loss. For this purpose we will first see the theoreticalframework where we will address issues related to computer security, Cryptography,as well as the concepts of the aforementioned algorithms, among others. Theseconcepts will help us to better understand the encryption steps of our application.Finally, as an example we simulate our investigation.keywords:Java , Cryptography , Database , Postgresql . RSA , Sha256 , Diffie-Hellman.

Our work is available at this here

🆕 Update

  • 05/02/2021 :

This is the version number 1 of SocialNet.

📖 Content

The following tree shows the structure of the application:

|   |-LogearconSHA/
|               |-build/..
|               |nbproject/..
|               |src/..
|               |test/   
|               |build.xml
|               |manifest.mf  
|   |-src/
|       |-alex.gif
|   |-.gitignore
|   |-script.txt
|   |-README.md

Prerequisites

  • Netbeans 12.2

  • Linux

  • Postgresql

Installation

  1. Download PostgreSQLJDBC Driver -postgressql-42.2.16.jar ,you can consult here

  2. Create databese , therefore use the script.txt

  3. Clone this repo:

!git clone https://github.com/alexliqu09/SocialNet.git

Bellow is the versionV1 of SocialNet.

"SocialNet"

👨🏽‍💻 Maintainers

🙏🏽 Special thanks

  • Many thanks the chanel hdeleon.net , this work would not have been possible without your video.

  • Many thanks to this pageWeb ,this work would not have been possible without you.

  • Many thanks of bilal-hungund , this work would not have been possible without your page.

  • Many thanks the chanel La Geekipedia De Ernesto , this work would not have been possible without your video

Citation

If you want to cite this code for your research , please cite our paper:

@article{lique , 
 title={Message protection System using RSA, Diffie Hellman and SHA-256 encryption algorithms}, 
 author={Lique Lamas, Alexander Leonardo and Jhonatan, Poma Martinez and Vásquez Lévano, Diego Manuel Jesús and Polanco Parco, Alejandro Alfonso},
 year={2021}}

About

In this repository we want to apply encryption algorithms such as rsa, sha256 and diffhelman and how they help us protect our messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •