https://github.com/quchen/crypto-test
Basic cryptography APIs
https://github.com/quchen/crypto-test
Last synced: over 1 year ago
JSON representation
Basic cryptography APIs
- Host: GitHub
- URL: https://github.com/quchen/crypto-test
- Owner: quchen
- Created: 2013-11-24T13:47:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-24T14:25:06.000Z (over 12 years ago)
- Last Synced: 2025-01-22T09:09:08.769Z (over 1 year ago)
- Language: Haskell
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crypto test
===========
[](https://travis-ci.org/quchen/crypto-test)
This is a short example program demonstrating AES, RSA and AES+RSA hybrid encryption in Haskell. The Travis build linked above also shows the program output in the `after_success` section.
Installation: `cabal install aes rsa binary && ghc -O ./rsa-aes.hs`