summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
blob: 9f9cb9241894eaa04363965c99575c2b37d912ac (plain)
1
2
3
4
5
6
7
8
module Main where

{-# LANGUAGE OverloadedStrings #-}

import Types
import Encryption

main = print $ genKeyEncryptionKey (Password "foo") (Name "bar")