#mime #security #encryption #email #rasn #internet #message

rasn-smime

Data types for Secure/Multipurpose Internet Mail Extensions

53 releases (18 breaking)

0.24.0 Jan 30, 2025
0.22.2 Jan 5, 2025
0.22.0 Nov 26, 2024
0.16.0 Jul 17, 2024
0.5.0 Dec 23, 2021

#597 in Cryptography

Download history 163/week @ 2024-10-16 23/week @ 2024-10-23 11/week @ 2024-10-30 1/week @ 2024-11-13 88/week @ 2024-11-20 66/week @ 2024-11-27 9/week @ 2024-12-04 35/week @ 2024-12-11 245/week @ 2025-01-01 28/week @ 2025-01-08 101/week @ 2025-01-22 145/week @ 2025-01-29

288 downloads per month

MIT/Apache

1MB
21K 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

~8MB
~142K SLoC