Skip to content

List of algorithms analyzed during the 'Cryptography' course from the 'Master Degree in ICT Engineering', University of Padova, A.Y. 2020/2021.

Notifications You must be signed in to change notification settings

mollysec/cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography

List of algorithms analysed during the 'Cryptography' course from the M.Sc. in ICT Engineering, Università degli Studi di Padova, a.y. 2020/2021.

Primality test algorithms

Goal: state whether a given natural number is prime or composite.

Content:

Factoring algorithms

Goal: find (at least) one divisor of a given natural number.

Content:

Prerequisites

It is used Python 3.x and the following modules:

  • Crypto.Utils.number => pip install pycryptodome
  • mpmath => pip install mpmath
  • gmpy2 => pip install gmpy2

About

List of algorithms analyzed during the 'Cryptography' course from the 'Master Degree in ICT Engineering', University of Padova, A.Y. 2020/2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published