Skip to content

Un ensemble de fonctions cryptographiques en C++ (AES, SHA, MD5...)

Notifications You must be signed in to change notification settings

Mister7F/cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography

I developed many cryptographic algorithms in C++, from scratch.

  • AES (standard implementation and a very fast implementation with 32 bits looking table)
  • Padding Oracle Attack
  • SHA-1
  • SHA-2
  • TOTP code generation

Please DO NOT USE this code in production, it might be vulnerable to side channel attack. Instead, you might want to use OpenSSL. The goal of this repo is just to learn how work those algorithms, at low level.

About

Un ensemble de fonctions cryptographiques en C++ (AES, SHA, MD5...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published