8 releases (5 major breaking)

new 6.0.0 Oct 11, 2024
5.1.0 Oct 1, 2024
5.0.0 Sep 22, 2024
4.0.0 Aug 23, 2024
0.0.0 Jul 1, 2024

#817 in Authentication

Download history 235/week @ 2024-06-27 161/week @ 2024-07-04 25/week @ 2024-07-11 141/week @ 2024-07-18 123/week @ 2024-07-25 28/week @ 2024-08-01 6/week @ 2024-08-08 6/week @ 2024-08-15 174/week @ 2024-08-22 13/week @ 2024-08-29 16/week @ 2024-09-12 177/week @ 2024-09-19 153/week @ 2024-09-26 43/week @ 2024-10-03

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

MIT/Apache

29KB
522 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–11MB
~102K SLoC