$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Saving password encrypted
From: Jeffrey A. Edlund (jedlund_at_[hidden])
Date: 2008-10-24 21:04:23
> I can forsee a need for my application to store a password in a plain
> text file. Does Boost have a library to help me encrypt the password?
I don't think that Boost anything to do that. You might want to check
out Botan http://botan.randombit.net/ and Crypto++
http://www.cryptopp.com/ .