https://github.com/crownedgrouse/cipherl
[WIP] Cipher Erlang Messages
https://github.com/crownedgrouse/cipherl
crypto erlang messages ssh
Last synced: about 1 year ago
JSON representation
[WIP] Cipher Erlang Messages
- Host: GitHub
- URL: https://github.com/crownedgrouse/cipherl
- Owner: crownedgrouse
- Created: 2022-01-02T10:17:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T16:46:38.000Z (over 1 year ago)
- Last Synced: 2025-04-15T22:54:10.432Z (about 1 year ago)
- Topics: crypto, erlang, messages, ssh
- Language: Erlang
- Homepage:
- Size: 271 KB
- Stars: 5
- Watchers: 2
- 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