Programs written in Golang have no secrets
gopacker.dev
Programs written in Golang have no secrets
1–10 of 38 posts
Re: Programs written in Golang have no secrets
#2I'm sure the authors of malicious software will be certain to respect this clause
Re: Programs written in Golang have no secrets
#3> This tool is only for legitimate programs only. It is strictly forbidden to use it for any malicious programs. I'm sure the authors of malicious software will be certain to respect this clause
Re: Programs written in Golang have no secrets
#4Re: Programs written in Golang have no secrets
#5> This tool is only for legitimate programs only. It is strictly forbidden to use it for any malicious programs. I'm sure the authors of malicious software will be certain to respect this clause
I mean, why even put that there?
Re: Programs written in Golang have no secrets
#6> Download gopacker from https://gopcker.dev
Re: Programs written in Golang have no secrets
#7I thought this was gonna be about how it's hard to keep secrets out of memory in a GC language. I had a friend working with Go and was surprised that on some heap-dump there was some secret-key they did not want exposed. So you have to set some ENV var (GOGC) so it clears faster.
Re: Programs written in Golang have no secrets
#8> This tool is only for legitimate programs only. It is strictly forbidden to use it for any malicious programs. I'm sure the authors of malicious software will be certain to respect this clause
This reminds me of the once-often used phrase on CraigsList: "No scammers" I mean, why even put that there?
Re: Programs written in Golang have no secrets
#9I thought this was gonna be about how it's hard to keep secrets out of memory in a GC language. I had a friend working with Go and was surprised that on some heap-dump there was some secret-key they did not want exposed. So you have to set some ENV var (GOGC) so it clears faster.
Reducing the time a secret lingers in memory is at best a mitigation. Linux has MADV_DONTDUMP for the madvise system call to exclude certain pages from core dumps. I'm not sure if something like this could be available in golang, preferably wrapped in some platform-agnostic way.
Re: Programs written in Golang have no secrets
#10FYI, you have a small typo in the gopacker.dev URL in the docs here: https://gopacker.dev/docs/#how-to-use > Download gopacker from https://gopcker.dev
3. Pakcing the programs with gopacker