Design an algorithm to encode a list of strings to a string. The encoded string is then sent over the network and is decoded back to the original list of strings. strs2 in Machine 2 should be the same ...
Encode: Convert a string to its Base64 encoded form. Decode: Convert a Base64 encoded string back to its original form. Menu: 1. Encode in base 64 2. Decode in base 64 3. Quit Your choice? 1 Enter the ...