A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
-
Updated
Feb 19, 2022 - Java
A secure chat between an Android client and Java server using AES for encryption and Diffie-Hellman for key exchange.
This is a copy protected video streaming app. This app encrypts the video such that nobody will be able to copy the content and will be able to view it offline. Link of the video is not accessible by the user.
Security Engineering Deliverable - Encryption
Diffie-Hellman key exchange and Bruteforce
An implementation of improved Diffie-Hellman Key Excahange for thin clients suggested by, Hungyu Chien in his paper "A Generic Approach to Improving Diffie–Hellman Key Agreement Efficiency for Thin Clients".
Diffie Hellman Key Exchange Using Sockets in Java
Library for Messenger with cryptography
The code you provided appears to be an implementation of the Diffie-Hellman key exchange protocol between a client and a server. This protocol allows two parties to establish a shared secret key over an insecure channel.
Collection of practical codes for Savitribai Phule Pune University's Information Security Laboratory (310258) .
Implementation of Diffie Hellman key exchange
Simple tools for security.
this is just a hands on learning and flexing of basic cryptography codes using java
Codes for my Computer Systems Security study on various encryption algorithms.
Simulation of Diffie-Hellman key exchange with a Man-in-the-Middle (MITM) attack demonstration in Java.
Add a description, image, and links to the diffie-hellman-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the diffie-hellman-algorithm topic, visit your repo's landing page and select "manage topics."