Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crownedgrouse/cipherl
- Owner: crownedgrouse
- Created: 2022-01-02T10:17:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T09:16:13.000Z (about 1 year ago)
- Last Synced: 2023-08-20T10:29:05.264Z (about 1 year ago)
- Topics: crypto, erlang, messages, ssh
- Language: Erlang
- Homepage:
- Size: 213 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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