encryption and how that compares with other encryption techniques?
Give this a read. I believe encryption methods depend on different use cases, and you should first decide which one to use and then use it in Go. https://securityboulevard.com/2020/06/when-to-use-symmetric-vs-asymmetric-encryption-keyfactor/
AES256 is pretty darn safe and fast symmetric encrpytion algorithm that enjoys a wide adoption. there are different modes you can chose, chose carefuly tho!
Обсуждают сегодня