Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using Memguard to protect secrets #5

Open
olabini opened this issue Mar 13, 2019 · 1 comment
Open

Consider using Memguard to protect secrets #5

olabini opened this issue Mar 13, 2019 · 1 comment

Comments

@olabini
Copy link
Contributor

olabini commented Mar 13, 2019

It seems https://github.com/awnumar/memguard might help us deal with buffers and so on of data that we will need to be careful with, and wipe. This is not perfect, but might be better than not doing anything.

@odiferousmint
Copy link

odiferousmint commented Sep 2, 2019

Thank you! I just made the suggestion here: golang/go#25355. It would be neat to have memguard used throughout the entire crypto library.

I would like to mention this book: https://www.schneier.com/books/cryptography_engineering/. It has a few sections dedicated to these kind of issues. It is under the chapter "Implementation Issues". Definitely worth a read.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants