Encryption
In a given encryption system where the messages are expressed only as numbers and "e" is an integer.
cyphertext = Part One: {int[(plaintext)^(1/e)]} Part Two: {plaintext -
{int [(plaintext)^(1/e)]}^e}
Show how the recipient of the message, who knows "e", produces the plaintext.