Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/openpgp-cryptoapi
Implementation of cryptography for use with OpenPGP using the crypto-api libraries
https://github.com/singpolyma/openpgp-cryptoapi
Last synced: 3 months ago
JSON representation
Implementation of cryptography for use with OpenPGP using the crypto-api libraries
- Host: GitHub
- URL: https://github.com/singpolyma/openpgp-cryptoapi
- Owner: singpolyma
- License: isc
- Created: 2012-04-25T22:23:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T20:28:49.000Z (about 11 years ago)
- Last Synced: 2024-09-17T09:23:26.999Z (4 months ago)
- Language: Haskell
- Size: 282 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This is a wrapper around
and related libraries that currently does fingerprint generation, signature
generation, signature verification, and both asymmetric and symmetric
encryption and decryption.It is indended to be used with
It is intended that you use qualified imports with this library.
> import qualified Data.OpenPGP.CryptoAPI as OpenPGP