Files in this directory: rsa.txt a Maple text file that can be loaded as an executable worksheet. The user manual are the comments in this worksheet. rsa.mpl the Maple source file use by the worksheet; contains the procedure definitions for all RSA functions plaintext.txt an ASCII file that rsa.txt uses for the file encryption demo ciphertext.txt the encrypted version of plaintext.txt decoded.txt the decrypted version of ciphertext.txt (is the same as plaintext.txt) ciphersig.txt the encrypted version of plaintext.txt with authentication signature decodsig.txt the decrypted version of ciphersig.txt (is the same as plaintext.txt; the signature is printed in the Maple window)