[go-nuts] How to secure variables in memory?

2017-08-08 Thread Awn Umar
Seems like this is what you're looking for: Project page: https://github.com/awnumar/memguard Explanation: https://cryptolosophy.io/memory-security-go/ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop recei

[go-nuts] How to secure variables in memory?

2017-05-01 Thread Awn Umar
I was trying to find a solution to this exact problem too, and since I couldn't find one, I made my own library for it: https://github.com/libeclipse/memguard It's pure Go, thread-safe, and supports all major operating systems. -- You received this message because you are subscribed to the Goog