
March 13th, 2003, 12:31 PM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
PGP Command Line Encryption
I am trying to encypt text files using PGP Command Line via a Python script. I am able to start the process using 'popen()' but the process hangs because PGP requires a "Y Enter" command to continue. Is there anyway to perform this action within my Python script? Any help is appreciated. Thanks....
|