Skip to content

Releases: firdasafridi/gocrypt

v1.1.0 - Performance Optimization and Slice Support

06 Nov 05:29
b5f49a0

Choose a tag to compare

Features:

  • Added slice data type support to read function
  • Implemented struct type metadata caching for improved performance
  • Optimized field processing to only handle fields with gocrypt tags
  • Enhanced nested struct handling performance

Documentation & Testing:

  • Added comprehensive benchmark tests
  • Added PERFORMANCE.md with detailed performance analysis

This release significantly improves performance through caching optimizations
and extends functionality to support slice data types in struct fields.

v1.0.0 - Production Release

06 Nov 04:52
3d807d9

Choose a tag to compare

gocrypt: Encryption/Decryption Library for Go

Features:

  • AES (Advanced Encryption Standard) encryption
  • DES3 (Triple Data Encryption Standard) encryption
  • RC4 stream cipher encryption
  • Struct tag-based field encryption/decryption
  • Inline encryption/decryption support

This is the first stable production release of gocrypt, a comprehensive encryption library for Go that provides easy-to-use struct tag encryption and inline encryption capabilities.

Initial release

15 Oct 06:17

Choose a tag to compare

v0.1.0

[DOC] update sample and documentation