http://qs321.pair.com?node_id=1214681


in reply to shell read of val

See also

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

Replies are listed 'Best First'.
Re^2: shell read of val
by Anonymous Monk on May 17, 2018 at 11:58 UTC
    Thank you friends I was able to resolve the issue.
      "...I was able to resolve the issue."

      Very nice. How did you do it?

      Best regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

      perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help