Skip to content

Haskell RSA keygen/encryption/decryption program with a GTK3 frontend

Notifications You must be signed in to change notification settings

NathanC/LambdaCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project I did partly for class, and partly for fun and for learning more about gtk/glade with Haskell.

Screenshot

This program can generate RSA public keys, and can encrypt and decrypt text files with them. Note well: This is not, nor is meant to currently be, industry strength RSA. I might implement that in the future, or just make this be a front end for the existing RSA library implementation.

Installing with cabal should be straightforward. Just download the file tree and run: cabal configure cabal build cabal install

Cabal install is nessesary here, because the resources are copied to your .cabal file during the installing, and that's where the program tries to locate them.

About

Haskell RSA keygen/encryption/decryption program with a GTK3 frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages