Encryption Lab Questions:

Change it from a Swing application to an applet (follow the steps described in the text), and, of course, modify the binary conversion code so it converts to hexadecimal, instead. Fortunately, the same successive division algorithm works, regardless of the base: just change the divisor from 2 to 16 and add code to translate each remainder from ... ................
................