github

libeclipse / memguard

  • понедельник, 24 апреля 2017 г. в 03:11:53
https://github.com/libeclipse/memguard

Go
A library that handles sensitive values in memory.



MemGuard (beta)

A library that handles sensitive values in memory.


This library is designed to allow you to easily handle sensitive values in memory. The main functionality is to lock and watch portions of memory and wipe them on exit, but there are some supplementary functions too.

Currently the package is in beta stages and not yet ready for use in production. As such, you should NOT use it seriously. If you would like to contribute, feel free to open a pull request.

Installation

This library can be retrieved with go get.

$ go get github.com/libeclipse/memguard