An open API service indexing awesome lists of open source software.

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

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