Skip to content

Cryptographic algorithm implementation

Notifications You must be signed in to change notification settings

HCMY/Cryptography

 
 

Repository files navigation

Introduction

Implementation of cryptographic algorithms in Python & SageMath.

List

  • Symmetric Ciphers
    • Shift Cipher
    • Vigenere Cipher
    • Affine Cipher
    • Stream Cipher
    • DES(Data Encryption Standard)
    • AES(Advanced Encryption Standarad)
    • Modes of AES
      1. ECB(Electronic Code Book mode)
      2. CBC(Cipher Block Chaining mode)
      3. CFB(Cipher Feedback mode)
      4. OFB(Output Feedback mode)
      5. CTR(Counter mode)
      6. GCM(Galois Counter Mode)
  • Asymmetric Ciphers
    • RSA
    • Elgamal
    • ECC
    • NTRUEncrypt
    • GGH
  • Protocols
    • Digital Signatures (TODO)
    • Hash Functions (TODO)
    • MAC(Message Authentication Codes) (TODO)
  • Attacks & Algorithms
    • Index of Coincidence & Chi-squared Statistic
    • Shank's Babystep-Giantstep Algorithm
    • Pollard's rho Method
    • Gram-Schmidt Algorithm
    • Babai's Algorithm
    • The LLL Lattice Reduction Algorithm

Reference

About

Cryptographic algorithm implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%