Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.