13 releases (8 major breaking)

9.0.0 Dec 30, 2024
8.0.0 Dec 18, 2024
7.2.0 Nov 10, 2024
6.0.0 Oct 11, 2024
0.0.0 Jul 1, 2024

#341 in Authentication

Download history 66/week @ 2024-09-24 171/week @ 2024-10-01 168/week @ 2024-10-08 32/week @ 2024-10-15 254/week @ 2024-10-22 40/week @ 2024-10-29 108/week @ 2024-11-05 38/week @ 2024-11-12 17/week @ 2024-11-19 10/week @ 2024-11-26 10/week @ 2024-12-03 8/week @ 2024-12-10 118/week @ 2024-12-17 63/week @ 2024-12-24 70/week @ 2024-12-31 7/week @ 2025-01-07

258 downloads per month
Used in 4 crates (3 directly)

MIT/Apache

45KB
850 lines

letmein - Authenticated port knocking

Homepage

Git repository

Github repository

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