05-01-05 10:48 PM
BiKiKii Admin wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
>
> Unless OpenSSL in in the root of C:\ or in in the the PATH -
enviroment
> the command will not function.
>
> See what Thomas wrote. CD to the directory in which is the OpenSSL
executable.
>
> Then at the prompt do the command, it will appear similar to:
>
> Prompt>openssl rand -out bananarand.bin 2048
> Loading 'screen' into random state - done
>
> Then type or cat the file; output will be similar to:
>
> Prompt>cat bananarand.bin
>
>
Hey!
I did have openssl installed in my stunnel directory; I read the Dr.
Who FAQ and it doesn't suggest it. So, I just installed openssl and
ran the
C:\stunnel>openssl rand -out bananarand.bin 2048 cammand
After that command I got this text:
C:\stunnel>openssl rand -out bananarand.bin 2048
Useage: rend [options] num
where options are
-out file -write to file
-engine e -use engine e, possible a hardware divice.
-rand file;file;... -seed PRNG from files
-base 64 -encode output
C:\stunnel>2048
I then tried to use this command with no luck:
C:\stunnel>2048 cd>cat bananarand.bin
Thanks very, very much
[ Post a follow-up to this message ]
|