Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crownedgrouse/cipherl

[WIP] Cipher Erlang Messages
https://github.com/crownedgrouse/cipherl

crypto erlang messages ssh

Last synced: 14 days ago
JSON representation

[WIP] Cipher Erlang Messages

Awesome Lists containing this project

README

        

# [WIP] cipherl

**_note: work in progress, do not use for now_**

`cipherl` is an Erlang application allowing exchange of crypted and signed messages between nodes.

## What cipherl provide ?

- Crypted and signed Erlang messages.
- Non repudiation.
- Replay protection against already used messages.
- SSH key passphrase hidding.
- `known_hosts` use and creation (learning mode).

See complete [Wiki](https://github.com/crownedgrouse/cipherl/wiki).

## Getting started