Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexdovzhanyn/pico

An end-to-end encrypted zero knowledge messaging protocol
https://github.com/alexdovzhanyn/pico

Last synced: 9 days ago
JSON representation

An end-to-end encrypted zero knowledge messaging protocol

Awesome Lists containing this project

README

        

# Pico

Pico is an end-to-end encrypted zero knowledge messaging protocol. It uses
SRP 6a in combination with AES ECB to establish an encrypted communication
channel between peers through TCP.

## Installation

This package can be installed by adding `pico` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
[
{:pico, "~> 0.1.0"}
]
end
```

The docs can be found at [https://hexdocs.pm/pico](https://hexdocs.pm/pico).