#mime #rasn #encryption #email #security #extension #internet

rasn-smime

Data types for Secure/Multipurpose Internet Mail Extensions

28 releases (9 breaking)

0.14.0 Apr 5, 2024
0.13.1 Mar 21, 2024
0.12.6 Mar 9, 2024
0.12.4 Dec 4, 2023
0.5.0 Dec 23, 2021

#559 in Cryptography

Download history 2/week @ 2024-02-02 255/week @ 2024-02-23 41/week @ 2024-03-01 158/week @ 2024-03-08 165/week @ 2024-03-15 44/week @ 2024-03-22 26/week @ 2024-03-29 141/week @ 2024-04-05

380 downloads per month

MIT/Apache

640KB
15K SLoC

Secure/Multipurpose Internet Mail Extensions

An implementation of RFC 8551 also known as Secure/Multipurpose Internet Mail Extensions (S/MIME). S/MIME provides a consistent way to send and receive secure MIME data. Based on the popular Internet MIME standard, S/MIME provides the following cryptographic security services for electronic messaging applications: authentication, message integrity, and non-repudiation of origin (using digital signatures), and data confidentiality (using encryption).

Like other rasn core crates. This crate does not provide the ability to do authentication or encryption on its own, but instead provides shared data types for creating your own S/MIME clients and servers.

Dependencies

~10MB
~196K SLoC