in reply to Re^2: Crypt::Simple Passphrase Issue
in thread Crypt::Simple Passphrase Issue

Crypt::Simple only allows one passphrase per program invocation (or per module it is used in), if you use the passphrase => syntax. Try it maybe with the passfile or prompt option instead.

Replies are listed 'Best First'.
Re^4: Crypt::Simple Passphrase Issue
by Anonymous Monk on May 17, 2006 at 13:16 UTC
    I tried the other options but no luck. The problem is I cannot invoke the program twice since it is a TK/Gui based application. My code was a simplified version. Any way to override the referenced value of the passphrase key?