Skip to content
/ rsa Public

A simple textbook RSA algorithm in python, with different cipher modes.

Notifications You must be signed in to change notification settings

filippos47/rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA

A textbook RSA implementation, supporting the following block cipher modes:

  1. Electronic Code Book(ECB)
  2. Output FeedBack (OFB)
  3. Counter (CTR)
  4. Cipher Block Chaining (CBC)

It should be noted that this algorithm is not secure, as it does not use random padding.

About

A simple textbook RSA algorithm in python, with different cipher modes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages