https://github.com/krgn/ex_gpgme
Gpgme bindings for Elixir
https://github.com/krgn/ex_gpgme
Last synced: about 1 year ago
JSON representation
Gpgme bindings for Elixir
- Host: GitHub
- URL: https://github.com/krgn/ex_gpgme
- Owner: krgn
- Created: 2019-04-05T20:10:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T19:03:40.000Z (about 4 years ago)
- Last Synced: 2025-04-05T14:43:46.710Z (over 1 year ago)
- Language: Elixir
- Size: 85.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExGpgme
Simple wrapper around `gpgme` for Elixir/Erlang.
*Note*: this is a work in progress and at this point mostly a learning
exercise! Use at your own discretion.
## Prior Art
See:
https://github.com/jshmrtn/ex-gpgme
## Todo
- implement `export_key`
- implement `create_key`
- implement `encrypt_and_sign`
- implement `decrypt_and_verify`
- implement `sign`
- implement `verify`
- asynchronous encryption/decryption