Popularity
7.5
Stable
Activity
0.0
Stable
17
6
9

Monthly Downloads: 75
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.1.10

securemem alternatives and similar packages

Based on the "Data" category.
Alternatively, view securemem alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of securemem or a related project?

Add another 'Data' Package

README

securemem

Build Status BSD Haskell

Securemem provides memory chunks that allow auto-scrubbing of the memory after use, and constant time equality.

Documentation: securemem on hackage

Interacting with securemem

It's recommended to use the Byteable instance when providing an interface that takes a securemem. It allow legacy code, and work in progress code to interface with securemem more easily.

older base

On older base, the memory is not scrubbed: upgrade your GHC to 7.6.0 or above.

TODO

  • add a custom memory allocator that give mlocked memory chunks.


*Note that all licence references and agreements mentioned in the securemem README section above are relevant to that project's source code only.