python-smime icon indicating copy to clipboard operation
python-smime copied to clipboard

S/MIME encoder in pure python

Results 7 python-smime issues
Sort by recently updated
recently updated
newest added

@balena Is this project still being maintained? If not, would you consider moving it to a group so that other people could maintain it?

Installing smime 0.0.4 using pip install smime==0.0.4 results in an error. It downloads the file from https://pypi.org/project/smime/0.0.4/#files but doesn't install. Download location. https://files.pythonhosted.org/packages/ef/24/53ff1e620c4a3da28c65697310d8275498c4b5c763c38706a01a356ca720/smime-0.0.4.tar.gz When I installed the git hub release...

The problem is with special characters. When I trying to encrypt any non `utf-8` characters, it fails with the following exception: ```shell --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in...

Background ---------------- First I was facing problem install this package inside my project under virtual environment (`cryptography` and `asn1crypto` are not installed globally). I know the reason (kind of egg,...

Thanks for including my changes - could you make a new release and update `pip` package manager source please.

Attempting to use the smime.encrypt.encrypt() function generates this error when passing in a public key or a cert. Not sure if this is a bug or not, but any suggestions...