summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-11 22:19:30 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-11 22:19:30 -0400
commitc295cceb01c45e7530022b1edde970f5fbbb03c1 (patch)
treec4060595adec4bdfc1f9cd882033e1935753eddd /keysafe.hs
parent7db612b232a0f8a98fa695da6f14853284def681 (diff)
downloadkeysafe-c295cceb01c45e7530022b1edde970f5fbbb03c1.tar.gz
round-tripping now working, except for guessing the puzzle
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/keysafe.hs b/keysafe.hs
index 94846f0..f78d420 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -53,7 +53,7 @@ retrievedemo = do
Just (SecretKey sk) -> print sk
Nothing -> print ("Failed" :: String, esk)
where
- password = Password "foo"
+ password = Password "correct horse battery staple"
name = Name "bar"
tunables = testModeTunables -- defaultTunables
keyid = KeyId gpgKey "foobar"