{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:hackage/secure-memory","name":"secure-memory","description":"Securely allocated and deallocated memory.\n\nWhen handling sensitive data in your program, you want to be extra\ncareful and make sure that it is gone as soon as you are done working\nwith it. In a garbage-collected language like Haskell this is not so easy,\nsince the garbage collector can move your bytes around and create copies\nof it. In addition to that, even if the memory gets eventually deallocated,\nit is not guaranteed that the data will actually be zeroed-out or overriden.\n\nTo make matters even worse, if the operating system runs out of RAM while\nyour sensitive data remains in the memory, the page that contains your data\ncan get swapped out and, thus, end up on the disk, which you, of course,\nabsolutely want to never happen.\n\nThis library provides a (relatively) easy to use interface for working\nwith data allocated in a secure memory location that is guaranteed to never\nend up on the disk and that will be zeroed-out as soon as you finish using it.","version":"0.0.0.2","softwareVersion":"0.0.0.2","license":"https://spdx.org/licenses/MPL-2.0","codeRepository":"https://github.com/serokell/haskell-crypto","issueTracker":"https://github.com/serokell/haskell-crypto/issues","url":"https://github.com/serokell/haskell-crypto#readme","keywords":["cryptography","library","memory","mpl","program","Propose Tags"],"programmingLanguage":{"@type":"ComputerLanguage","name":"Haskell"},"maintainer":[{"@type":"Person","name":"kirelagin"},{"@type":"Person","name":"serokell"}],"author":[{"@type":"Person","name":"kirelagin"},{"@type":"Person","name":"serokell"}],"copyrightHolder":[{"@type":"Person","name":"kirelagin"},{"@type":"Person","name":"serokell"}],"dateCreated":"2021-07-30","dateModified":"2021-11-22","datePublished":"2021-11-22","copyrightYear":2021,"downloadUrl":"https://hackage.haskell.org/package/secure-memory-0.0.0.2/secure-memory-0.0.0.2.tar.gz","applicationCategory":"hackage","runtimePlatform":"hackage","developmentStatus":"active","sameAs":["https://hackage.haskell.org/package/secure-memory"],"https://www.w3.org/ns/activitystreams#likes":19,"https://forgefed.org/ns#forks":5}