Skip to content

Releases: telkomdev/go-crypsi

v1.0.4

15 Dec 04:58
Compare
Choose a tag to compare

fix AESX Pkcs5unpadding: support decryption to deal with empty data

v1.0.3

12 Dec 08:34
Compare
Choose a tag to compare

AES support IO encryption

v1.0.2

12 Dec 05:29
Compare
Choose a tag to compare

rsa digital sign: set pss option salt length equal to digest size

v1.0.1

22 Nov 16:40
Compare
Choose a tag to compare

fix aes padding: panic

v1.0.0

13 Nov 08:02
Compare
Choose a tag to compare

release with common functionality

  • Asymmetric encryption with RSA
  • Generate RSA private and public key
  • Digital Signature with RSA private and public key using PSS
  • Symmetric encryption with AES
  • Message authentication code with HMAC
  • Generate Hash with Common DIGEST Algorithm