Skip to content
#

rsa-cryptography

Here are 242 public repositories matching this topic...

As the name suggests, it is a chatting application, built using Python3. I have created this repository, so that I can learn Socket programming, GUI programming using tkinter, Code management etc. I am thinking of implementing web version of this too, so that I can learn Django as well. Any suggestions or fixes would be appreciated.

  • Updated Mar 14, 2018
  • Python

RSA is the algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of them can be given to everyone. The other key must be kept private. It is based on the fact that finding the fac…

  • Updated Jul 4, 2018
  • Python

Improve this page

Add a description, image, and links to the rsa-cryptography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rsa-cryptography topic, visit your repo's landing page and select "manage topics."

Learn more