#ssh #ssh-key #certificate #openssh #secure-protocol #key

no-std ssh-encoding

Pure Rust implementation of SSH data type decoders/encoders as described in RFC4251

6 releases

0.3.0-pre.1 Aug 13, 2024
0.3.0-pre.0 Jul 28, 2024
0.2.0 Aug 11, 2023
0.2.0-pre.0 Jun 20, 2023
0.0.0 Oct 21, 2022

#2573 in Cryptography

Download history 28837/week @ 2024-12-08 26356/week @ 2024-12-15 11996/week @ 2024-12-22 13048/week @ 2024-12-29 27886/week @ 2025-01-05 33594/week @ 2025-01-12 29566/week @ 2025-01-19 29122/week @ 2025-01-26 33905/week @ 2025-02-02 36694/week @ 2025-02-09 34599/week @ 2025-02-16 37283/week @ 2025-02-23 34449/week @ 2025-03-02 36090/week @ 2025-03-09 33788/week @ 2025-03-16 37205/week @ 2025-03-23

142,969 downloads per month
Used in 188 crates (10 directly)

Apache-2.0 OR MIT

42KB
756 lines

RustCrypto: SSH Encoding

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Documentation

About

Pure Rust implementation of SSH data type decoders/encoders as described in RFC4251.

Minimum Supported Rust Version

This crate requires Rust 1.71 at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~180KB