5 releases (3 major breaking)

4.0.0 Aug 23, 2024
3.0.0 Jul 30, 2024
2.0.0 Jul 18, 2024
1.1.0 Jul 7, 2024
0.0.0 Jul 1, 2024

#1083 in Authentication

Download history 360/week @ 2024-07-01 59/week @ 2024-07-08 137/week @ 2024-07-15 19/week @ 2024-07-22 138/week @ 2024-07-29 11/week @ 2024-08-12 163/week @ 2024-08-19 25/week @ 2024-08-26

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

MIT/Apache

28KB
497 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
~103K SLoC