Created
October 16, 2012 18:30
-
-
Save clonejo/3901095 to your computer and use it in GitHub Desktop.
mc-erl 0xFD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [mc_erl_protocol] packet encryption_key_request, params: | |
| ["-", | |
| [48,129,137,2,129,129,0,200,18,80,76,132,7,47,160,219,251,54,85,125,185,89, | |
| 146,109,28,98,99,148,231,19,139,250,135,238,59,35,195,207,139,246,21,25,82, | |
| 243,210,179,76,187,69,241,51,32,47,24,146,247,163,181,240,196,163,166,112, | |
| 134,152,77,126,48,116,214,1,71,149,172,203,97,49,174,244,69,59,187,196,19, | |
| 226,63,55,44,222,205,11,0,237,37,194,140,99,137,137,124,46,154,211,155,233, | |
| 3,76,239,37,46,123,129,189,234,65,136,202,170,211,89,1,47,40,230,230,163, | |
| 153,166,48,239,142,88,97,114,97,2,3,1,0,1], | |
| [70,230,21,210]], binary: | |
| fd 0 1 0 2d 0 8c 30 81 89 2 81 81 0 c8 12 ....-..0........ | |
| 50 4c 84 7 2f a0 db fb 36 55 7d b9 59 92 6d 1c PL../...6U}.Y.m. | |
| 62 63 94 e7 13 8b fa 87 ee 3b 23 c3 cf 8b f6 15 bc.......;#..... | |
| 19 52 f3 d2 b3 4c bb 45 f1 33 20 2f 18 92 f7 a3 .R...L.E.3./.... | |
| b5 f0 c4 a3 a6 70 86 98 4d 7e 30 74 d6 1 47 95 .....p..M~0t..G. | |
| ac cb 61 31 ae f4 45 3b bb c4 13 e2 3f 37 2c de ..a1..E;....?7,. | |
| cd b 0 ed 25 c2 8c 63 89 89 7c 2e 9a d3 9b e9 ....%..c..|..... | |
| 3 4c ef 25 2e 7b 81 bd ea 41 88 ca aa d3 59 1 .L.%.{...A....Y. | |
| 2f 28 e6 e6 a3 99 a6 30 ef 8e 58 61 72 61 2 3 /(.....0..Xara.. | |
| 1 0 1 0 4 46 e6 15 d2 .....F... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Connecting to 127.0.0.1, 25565 | |
| java.security.spec.InvalidKeySpecException: java.security.InvalidKeyException: IOException: algid parse error, not a sequence | |
| at sun.security.rsa.RSAKeyFactory.engineGeneratePublic(RSAKeyFactory.java:205) | |
| at java.security.KeyFactory.generatePublic(KeyFactory.java:321) | |
| at hw.a(SourceFile:96) | |
| at dm.a(SourceFile:28) | |
| at db.a(SourceFile:179) | |
| at bb.i(SourceFile:240) | |
| at bb.c(SourceFile:15) | |
| at bc.run(SourceFile:93) | |
| Caused by: java.security.InvalidKeyException: IOException: algid parse error, not a sequence | |
| at sun.security.x509.X509Key.decode(X509Key.java:397) | |
| at sun.security.x509.X509Key.decode(X509Key.java:403) | |
| at sun.security.rsa.RSAPublicKeyImpl.<init>(RSAPublicKeyImpl.java:83) | |
| at sun.security.rsa.RSAKeyFactory.generatePublic(RSAKeyFactory.java:298) | |
| at sun.security.rsa.RSAKeyFactory.engineGeneratePublic(RSAKeyFactory.java:201) | |
| ... 7 more | |
| Public key reconstitute failed! | |
| java.lang.NullPointerException | |
| at dm.a(SourceFile:46) | |
| at db.a(SourceFile:182) | |
| at bb.i(SourceFile:240) | |
| at bb.c(SourceFile:15) | |
| at bc.run(SourceFile:93) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment