$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [encrypted strings]
From: Edouard A. (edouard_at_[hidden])
Date: 2009-04-28 07:13:34
On Tue, 28 Apr 2009 03:52:47 -0700 (PDT), Kasra <kasra_n500_at_[hidden]>
wrote:
> Read decrypted contents from the archive, encrypt it using any encryption
> algorithm you like however, use a PRNG to generate the key. Seed the PRNG
> from the available hardware and host OS and etc.
>
> Then each time you want the plaintext you regenerate your PRNG then
decrypt
> your ciphertext.
There is no PRNG in the library you are working on?
-- EA