RSA Crypto System implementation in Maxima



On 2013-09-27, GLenn Johnston <glenn.johnston.au at gmail.com> wrote:

> There is an implementation of the RSA Public/Private key crypto system
> referred to in the Mathematics and Technology journal.
>
> http://galia.fc.uaslp.mx/~jvallejo/RSAmaxima.pdf
>
> The code examples in the document generate errors when ran? 
>
> Has Maxima changed that significantly since 5.24??

Well, there have been lots of bug fixes and some new features. For the
record, changes are listed in the ChangeLog files packaged with Maxima.

I tried the code linked from the paper [1] and I didn't try everything
but at least rsa_encrypt and rsa_decrypt seem to work as expected.
The only thing that needs to be changed is that any path such as
"/root/hysteria.txt" has to be changed to the path on your system.

Hope this helps,

Robert Dodier

[1] http://galia.fc.uaslp.mx/~jvallejo/Software.html