Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 05:52
· 3 commits to master since this release
26543b0
Add SMIME encryption support @sodre (#2)

what

Add ability to encrypt content_base64 using SMIME.

why

RSA public key encryption only supports encrypting content that is smaller than the key size, e.g. a 2048-bit RSA key can only encrypt up to about 245 bytes using v1.5 padding.
SMIME does not have this limitation.

references