I have this code (its a exercise example, so its nothing illegal =) ) viewed in Wireshark
a0001 AUTHENTICATE PLAIN Y2VvAGNlbwBsMldCTlJpcw==\r\n
its an IMAP protocol and obviously using the PLAIN auth method.
so the username and password shall be included in that section "Y2VvAGNlbwBsMldCTlJpcw=="
Can anyone explain to me what \r
and \n
mean?
- and what does ==
stands for at the end of the string?