#data-encoding #ssh #ssh-key #key #openssh #certificate

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

#2629 in Cryptography

Download history 54285/week @ 2024-11-16 37418/week @ 2024-11-23 31336/week @ 2024-11-30 27877/week @ 2024-12-07 27387/week @ 2024-12-14 12143/week @ 2024-12-21 13315/week @ 2024-12-28 26947/week @ 2025-01-04 33756/week @ 2025-01-11 29010/week @ 2025-01-18 29584/week @ 2025-01-25 33719/week @ 2025-02-01 36021/week @ 2025-02-08 34821/week @ 2025-02-15 38060/week @ 2025-02-22 29259/week @ 2025-03-01

144,816 downloads per month
Used in 187 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