hi I have tow questions : 
1 - I want to use the " sha1" command but I need the result to go into txt file 
not only to appear on the screen 
otherwise I need to print the result of encryption into text file 

2 - I want to create a simple batch file  contains the sha1 command I typed in 
the cmd : 

copy con test.bat 
cd c:\openssl\bin
openssl.exe 
des -nosalt -in text.txt -out testenc.txt 
ctrl+z 

but when I execute the batch file it runs the openssl and stop ,  it doesn't 
execute the " des "  command only that what apear on the screen 

openssl> 
and that is it 

so please if any one can help I know its simple ... I am waiting for replay 
thanks 

Reply via email to