Hi everyone,
I'm currently working on a project in Go that requires secure data encryption. I'm looking for a reliable and well-maintained cryptography package that supports AES encryption.
Could anyone recommend a good package for this purpose? Ideally, the package should have:
Comprehensive documentation and examples.
Active maintenance and community support.
Support for different AES modes (e.g., CBC, GCM).
If you have any tips or best practices for implementing AES encryption in Go, that would also be greatly appreciated!
Thanks in advance for your help!