#cyphernet #networking #privacy #p2p #euthentification

eidolon-auth

Binary authentication protocol for network connections abstracted from encryption

2 unstable releases

0.2.0 Feb 15, 2023
0.1.0 Jan 16, 2023

#5 in #cyphernet

Download history 3/week @ 2023-12-11 36/week @ 2023-12-18 22/week @ 2023-12-25 39/week @ 2024-01-08 32/week @ 2024-01-22 1/week @ 2024-01-29 66/week @ 2024-02-12 31/week @ 2024-02-19 29/week @ 2024-02-26 15/week @ 2024-03-04 17/week @ 2024-03-11 81/week @ 2024-03-18

151 downloads per month
Used in 2 crates (via cyphernet)

Apache-2.0

50KB
825 lines

Eidolon: network authentication separated from encryption

Build Tests Lints codecov

crates.io Docs Apache-2 licensed

Overview

Most of the existing network protocols providing encryption, such as TLS (or older SSL), SSH, Noise Framework combine both authentication and encryption. However, in many cases the authentication is desired to be separate from the encryption layer, which may operate with just an ephemeral keys.

Eidolon is a simple binary authentication protocol for network connections abstracted from the encryption layer, which can be combined with virtually any encryption protocols of today or a future.

The library is a part of rust cyphernet suite.

Manifest

Name: eidolon
Type: Library
Kind: Free software
License: Apache-2.0
Language: Rust
Compiler: 1.65
Author: Maxim Orlovsky
Maintained: Cyphernet DAO, Switzerland
Maintainers:
  Maxim Orlovsky:
    GitHub: @dr-orlovsky
    GPG: EAE730CEC0C663763F028A5860094BAF18A26EC9
    SSH: BoSGFzbyOKC7Jm28MJElFboGepihCpHop60nS8OoG/A
    EMail: dr@orlovsky.ch
  Alexis Sellier:
    GitHub: @cloudhead
    SSH: iTDjRHSIaoL8dpHbQ0mv+y0IQqPufGl2hQwk4TbXFlw

Documentation

API reference documentation for the library can be accessed at https://docs.rs/cyphergraphy/.

Licensing

The libraries are distributed on the terms of Apache 2.0 opensource license. See LICENCE file for the license details.

Dependencies

~455–660KB
~14K SLoC