Skip to content

Implementation of Cryptographic Algorithms : RSA, AES, SHA-2

License

Notifications You must be signed in to change notification settings

mafragias/myCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Cryptografic Functions

  • AES Encryption / Decryption

    • modes: ECB, CBC
    • keys: 16, 24, 32
  • Generate RSA keys

  • RSA Encryption / Decryption

  • SHA-2

    • SHA-2 implementation for 224, 256, 384 and 512 bits output
  • Sign / Verify

Releases

No releases published

Packages

No packages published

Languages