|
Boost : |
Subject: Re: [boost] [encrypted strings]
From: raindog_at_[hidden]
Date: 2009-04-27 11:43:50
Boost does not have one. If I were you however I would look into a commercial protector such as themida (www.oreans.com) or armadillo or asprotect.
------Original Message------
From: Sid Sacek
Sender: boost-bounces_at_[hidden]
To: boost_at_[hidden]
ReplyTo: boost_at_[hidden]
Sent: Apr 27, 2009 8:21 AM
Subject: [boost] [encrypted strings]
Does boost have any compile-time classes for string encryption? Is it
even possible?
When a hacker dumps an executable, they can see all of the strings the
program might use, and some of those strings may contain sensitive
information. Does boost have any classes that can encode the strings at
compile-time? Ideally, the third string in the code below would never
compile the "secret" string into the final binary.
Regards,
-Sid
void foo( void )
{
char const * s1 = "abc";
string s2 = "xyz";
encrypted_string s3( "secret" );
}
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Sent from my Verizon Wireless BlackBerry
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk