Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrieldim/sts-auth-key-exchange-protocol
Station-to-Station authentication key exchange protocol.
https://github.com/gabrieldim/sts-auth-key-exchange-protocol
auth authentication exchange information-security key protocol station-to-station sts
Last synced: 2 months ago
JSON representation
Station-to-Station authentication key exchange protocol.
- Host: GitHub
- URL: https://github.com/gabrieldim/sts-auth-key-exchange-protocol
- Owner: gabrieldim
- Created: 2020-12-22T23:43:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T17:15:33.000Z (about 4 years ago)
- Last Synced: 2024-07-30T20:04:35.176Z (6 months ago)
- Topics: auth, authentication, exchange, information-security, key, protocol, station-to-station, sts
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 100
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# For successful stimulation of this protocol I used several classes that are interconnected for the realization of the project.
- The requests and answers that are implemented are explained in the User class in the code in each step separately "Steps".
- In my opinion it is not possible to perform a Man-In-The-Middle attack because it is an asymmetric signature and verification, and each exchanged parameter is encrypted / decrypted using a symmetric key.