[Tutor] RC5 in Python
Alan Gauld
alan.gauld at yahoo.co.uk
Wed Feb 26 11:56:04 EST 2020
On 26/02/2020 09:46, Kai Bojens wrote:
> Is there any way to use RC5 for decryption purposes in Python? I even looked on
> page 2 of the Google results and all I found were deprecations notices, removals
> due to patents and some old github repos with python 2 code.
I found
https://github.com/tbb/pyRC5
On my first page and it seems fairly recent. The last update was May
2019, and a quick glance at the code looks like it is Python 3 compatible.
I have no idea if it will do what you want but it might be a good
starting point at least.
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list