
28 Apr
2009
28 Apr
'09
11:13 a.m.
On Tue, 28 Apr 2009 03:52:47 -0700 (PDT), Kasra <kasra_n500@yahoo.com> 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