On Thu, Mar 17, 2022 at 6:46 AM bbb tt <fortim...@gmail.com> wrote: > > I want to encrypt my algorithm library, is there any good way in Go. My > library is used in both Windows and Linux
For a security issue like this it's essential to define the attack you want to defend against. The nature of Go is such that against a sophisticated attacker the best you can do in practice is to hide source code comments, or to run your program only as a secure service that is only accessible over a network. And to do that you don't need to do anything special at all. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcVGmPgVj%2BJ_QL9EmiSGqC7h13bM4KE%2BRCcunR0d40c%2BBg%40mail.gmail.com.