Skip to content

Projet d'illustration de l'authentification "Three Pass Authentication" et d'une communication chiffrée entre un client et un serveur.

Notifications You must be signed in to change notification settings

RedFroggy/sample-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THREE PASS AUTHENTICATION

Presentation

This prototype is used to demonstrate the three pass authentication process.

A client, and a server will mutually authentified and all sent messages by client will be crypted. An AES 128bits key is used. By default, the port 12345 is used.

Run

Server : mvn exec:java -Pserver Client : mvn exec:java -Pclient

CI

Develop: Build Status Master: Build Status

About

Projet d'illustration de l'authentification "Three Pass Authentication" et d'une communication chiffrée entre un client et un serveur.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages