HomePhabricator

Implement an mlock()'d string class for storing passphrases
94f778bdebe1Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

Implement an mlock()'d string class for storing passphrases

SecureString is identical to std::string except with secure_allocator
substituting for std::allocator. This makes casting between them
impossible, so converting between the two at API boundaries requires
calling ::c_str() for now.

Details

Provenance
Dylan Noblesmith <nobled@dreamwidth.org>Authored on Nov 26 2011, 06:02
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGd8b864086363: allow for filtering addresses and labels by searching for the typed string…
Branches
Unknown
Tags
Unknown

Event Timeline

Dylan Noblesmith <nobled@dreamwidth.org> committed rSTAGING94f778bdebe1: Implement an mlock()'d string class for storing passphrases (authored by Dylan Noblesmith <nobled@dreamwidth.org>).Nov 26 2011, 06:02