Support encrypt when mutliline contains windows CRLF (\r\n) (#534)
Note: dotenvx will convert these \r\n newlines to \n. Our recommendation is to stop using CRLF - its origin is from typewriter days. Instead, set your editor or gitattributes to use LF.