Skip to content

Commit

Permalink
Modification README
Browse files Browse the repository at this point in the history
  • Loading branch information
ndiab committed Mar 26, 2017
1 parent b50ee86 commit 767f0c4
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# CRYPTOGRAPHY PROJECT
## Realised in the context of the Master course of Advanced Cryptography teached in the University Pierre and Marie Curie (UPMC, Paris, FRANCE)
## Realised in the context of the Master's course of Advanced Cryptography taught at the University Pierre and Marie Curie (UPMC, Paris, FRANCE)


This project contains the implemetation of some cryptosystems and artithmetic objects and attacks against them. This project is fully implemented in python language.

### Currently contents implemented :
* Asymetric cryptosystems
* RSA
* RSA_CRT
* ECC
* RSA
* RSA_CRT
* ECC
* Symetric
* IDEA
* IDEA
* Arithmetic
* extended euclide's algorithm
* Chiness Remainder Theorem (CRT)
* Continued fraction computation
* modular arithmetic
* modular division
* fast exponentiation
* inverse
* Large numbers
* prime number generation
* Rabin Miller algorithm
* Square root for large numbers
* Baby Step Giant Step
* extended euclide's algorithm
* Chiness Remainder Theorem (CRT)
* Continued fraction computation
* modular arithmetic
* modular division
* fast exponentiation
* inverse
* Large numbers
* prime number generation
* Rabin Miller algorithm
* Square root for large numbers
* Baby Step Giant Step
* Attacks
* Bellcore - RSA_CRT (Fault Attack)
* Broadcast - RSA
* Wiener - RSA
* Bellcore - RSA_CRT (Fault Attack)
* Broadcast - RSA
* Wiener - RSA


### TEST
Expand All @@ -36,3 +36,4 @@ For checking if the contents works correctly, run on the project's root the foll
'''
python3 Test.py
'''

0 comments on commit 767f0c4

Please sign in to comment.