Base64 Encoder and Decoder — illustrative example INPUT Encode the UTF-8 text hello as Base64. RESULT aGVsbG8= REVIEW Base64 is an encoding, not encryption. Use the correct byte encoding and validate the input rather than treating unreadable output as secure storage. This is a teaching example, not a live execution record.