Skip to content

A command line tool and Haskell library exposing useful cryptographic functions.

License

Notifications You must be signed in to change notification settings

SamuelSchlesinger/cropty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cropty

A little library for doing encryption using a combination of RSA and AEP, using the cryptonite library for cryptography.

ghci> privateKey <- generatePrivateKey KeySize256
ghci> encrypt (privateToPublic privateKey) "Hello" >>= decrypt privateKey
"Hello"

About

A command line tool and Haskell library exposing useful cryptographic functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published