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

#372 in Cryptography

Download history 25918/week @ 2024-08-15 24344/week @ 2024-08-22 24066/week @ 2024-08-29 30409/week @ 2024-09-05 26704/week @ 2024-09-12 25740/week @ 2024-09-19 27647/week @ 2024-09-26 25939/week @ 2024-10-03 27231/week @ 2024-10-10 28679/week @ 2024-10-17 27368/week @ 2024-10-24 24157/week @ 2024-10-31 27123/week @ 2024-11-07 29678/week @ 2024-11-14 27399/week @ 2024-11-21 20183/week @ 2024-11-28

109,152 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
~127K SLoC