Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahrens007/rsaserver
A TCP server written in Python that uses the RSA encryption algorithm.
https://github.com/nahrens007/rsaserver
Last synced: 3 days ago
JSON representation
A TCP server written in Python that uses the RSA encryption algorithm.
- Host: GitHub
- URL: https://github.com/nahrens007/rsaserver
- Owner: nahrens007
- Created: 2017-03-11T21:23:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T14:31:47.000Z (almost 8 years ago)
- Last Synced: 2024-11-16T17:05:32.511Z (2 months ago)
- Language: Python
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSAServer
A TCP server written in Python that uses the RSA encryption algorithm.# Communicating
All communication with this server is encrypted using RSA 1024 bit encryption.# Third party modules
You must have pyasn1 installed. This is used by the RSA library.