From 292784841aa565bf3e1087c0af46bdc48dcfbe32 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 9 Oct 2008 19:45:41 +0200 Subject: [PATCH] Say --armor when encrypting --- pws | 1 + 1 file changed, 1 insertion(+) diff --git a/pws b/pws index 6a6ee4a..b58ea38 100755 --- a/pws +++ b/pws @@ -436,6 +436,7 @@ class EncryptedFile def encrypt(content, recipients) args = recipients.collect{ |r| "--recipient=#{r}"} args.push "--trust-model=always" + args.push "--armor" args.push "--encrypt" (outtxt, stderrtxt, statustxt, exitstatus) = GnuPG.gpgcall(content, args) -- 2.39.5