rust-osshkeys icon indicating copy to clipboard operation
rust-osshkeys copied to clipboard

A Rust library to handle OpenSSH key and other common SSH key

Results 1 rust-osshkeys issues
Sort by recently updated
recently updated
newest added

Currently, the ciphers implemented to encrypt/decrypt the private key are: - AES-128-CBC - AES-192-CBC - AES-256-CBC - AES-128-CTR - AES-192-CTR - AES-256-CTR - TDES-CBC However, official OpenSSH implementation supports more:...

Enhancement
Status: Future