This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dwoodjunkmail
Recipients christian.heimes, dwoodjunkmail, eric.smith
Date 2021-03-10.01:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615340270.66.0.479187861213.issue43435@roundup.psfhosted.org>
In-reply-to
Content
Attached are the basic files.  As you can see in the example test9.py, I am generating a random string, encrypting it, decrypting it, and comparing the decrypted result with the original value.

This is intended to run on linux and requires the mcrypt library (libmcrypt-dev on debian based distro).  I'm at a loss and any help is greatly appreciated.
History
Date User Action Args
2021-03-10 01:37:50dwoodjunkmailsetrecipients: + dwoodjunkmail, eric.smith, christian.heimes
2021-03-10 01:37:50dwoodjunkmailsetmessageid: <1615340270.66.0.479187861213.issue43435@roundup.psfhosted.org>
2021-03-10 01:37:50dwoodjunkmaillinkissue43435 messages
2021-03-10 01:37:50dwoodjunkmailcreate