4 releases

0.1.3 May 20, 2024
0.1.2 Apr 3, 2024
0.1.1 Mar 19, 2024
0.1.0 Mar 19, 2024

#355 in Cryptography

Download history 26026/week @ 2024-09-16 25949/week @ 2024-09-23 28523/week @ 2024-09-30 25291/week @ 2024-10-07 28985/week @ 2024-10-14 28675/week @ 2024-10-21 23794/week @ 2024-10-28 27134/week @ 2024-11-04 27546/week @ 2024-11-11 29184/week @ 2024-11-18 25861/week @ 2024-11-25 25805/week @ 2024-12-02 31383/week @ 2024-12-09 25428/week @ 2024-12-16 8561/week @ 2024-12-23 9698/week @ 2024-12-30

75,693 downloads per month
Used in 2 crates

MIT/Apache

41KB
938 lines

PKCS#12 library written in pure Rust

github actions crates license license docs.rs

Overview

This project contains a simple to use high-level library to work with PKCS#12/PFX keystores, written in pure Rust, modeled after Java KeyStore API.

Features:

  • Single- and multi-keychain PKCS#12
  • Support for 'truststores' with only CA root certificates
  • Modern and legacy encryption schemes
  • Able to read and write Java-compatible keystores

Limitations:

  • MD5-based encryption schemes are not supported
  • Single password is used to encrypt both private keys and certificate data in one store
  • Non-encrypted stores are not supported

Documentation

License

Licensed under MIT or Apache license (LICENSE-MIT or LICENSE-APACHE)

Dependencies

~6.5MB
~125K SLoC