The error message means that the decrypted buffer ("C as bytes" in your traces) is not valid UTF-8, so str::from_utf8 fails.
確定! 回上一頁