From 075c2e4f719b7b4cb06f5f550dac6c6ce91d060f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Oct 2017 02:12:58 +1300 Subject: Use a nicer example passphrase --- lib/Mail/Run/Crypt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm index 4075bf7..b20a0d7 100644 --- a/lib/Mail/Run/Crypt.pm +++ b/lib/Mail/Run/Crypt.pm @@ -158,7 +158,7 @@ via environment variables or command-line options. my $mrc = Mail::Run::Crypt->new( keyid => 0x1234DEAD, - passphrase => 'extremely_insecure', + passphrase => 'able was i ere i saw elba', mailto => 'you@example.net', ); $mrc->run(qw(rsync -a /mnt/a/ remote:mnt/b)); -- cgit v1.2.3