12 releases (7 major breaking)
new 8.0.0 | Dec 18, 2024 |
---|---|
7.2.0 | Nov 10, 2024 |
7.1.0 | Oct 27, 2024 |
6.0.0 | Oct 11, 2024 |
0.0.0 |
|
#759 in Authentication
64 downloads per month
Used in 4 crates
(3 directly)
45KB
846 lines
letmein - Authenticated port knocking
This is a library crate for the letmein
application.
License
Copyright (c) 2024 Michael Büsch m@bues.ch
Licensed under the Apache License version 2.0 or the MIT license, at your option.
lib.rs
:
This crate implements the letmein
wire protocol.
Serializing messages to a raw byte stream and deserializing raw byte stream to a message is implemented here.
The letmein
authentication algorithm primitives are implemented here.
Dependencies
~4–12MB
~123K SLoC