Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 241 Bytes

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