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:
def deps do
[
{:pico, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/pico.