Skip to content

This project show what I learned in my studies that is how to use a RSA encryption on a network, with a server client architecuter, to conceal a message from the client to the server. The program also has a user login function. the login funtion works of the Leslie Lamport hashing function. This project was originally done in C for an assignment…

Notifications You must be signed in to change notification settings

JCruz6725/Network_RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network_RSA

#NEEDS DOCS

note: need to have upper bound set to > 2^8. A low number of bits will conflict with how letters and puntuation are valued and mod exponentialted.

This project shows what I learned in my studies; that is how to use a RSA encryption on a network, with a server client architecuter, to encrypt a message from the client to the server. The program also has a user login function. the login funtion works of the Leslie Lamport hashing function. The project was originally done in C for an assignment with the Leslie Lamport hashing function, without RSA. After my semest concluded I decided to redo the assignment in python and add RSA encryption.

As the the project current stands it still needs to polishing. I decide to upload it as a back up.

About

This project show what I learned in my studies that is how to use a RSA encryption on a network, with a server client architecuter, to conceal a message from the client to the server. The program also has a user login function. the login funtion works of the Leslie Lamport hashing function. This project was originally done in C for an assignment…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages