6: Take binary 8-bit ASCII code array from step 3 and get its length in binary. 7: Pad with zeros until it is 64 characters. 8: Append to your previously created binary message from step 5. 9: Break the message into an array of chunks of 512 characters. 10: Break each chunk into...