Yes, it can (though that's not specific to go) and it's a theoretical
impossibility to prevent it (otherwise DRM would be a *really* simple
problem to solve…).

On Mon, Jun 13, 2016 at 9:09 AM, Haddock <ffm2...@web.de> wrote:

> Hello,
>
> I'm developing my own little encryption application in Go. The Go
> application needs to know the key used for encryption and decryption. My
> question is whether that key can be extracted from the Go executable
> somehow through disassembly or looking at the applications memory or
> something. I'm a complete Go beginner and know nothing about its memory
> layout. So that's why I thought it's better to ask.
>
> Thanks, Haddock
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to