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 Jul 1, 2024

#759 in Authentication

Download history 176/week @ 2024-08-23 10/week @ 2024-08-30 19/week @ 2024-09-13 182/week @ 2024-09-20 156/week @ 2024-09-27 45/week @ 2024-10-04 177/week @ 2024-10-11 138/week @ 2024-10-18 147/week @ 2024-10-25 31/week @ 2024-11-01 119/week @ 2024-11-08 27/week @ 2024-11-15 10/week @ 2024-11-22 12/week @ 2024-11-29 12/week @ 2024-12-06

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

MIT/Apache

45KB
846 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