Reformat and clean up "net" package
This commit is contained in:
@@ -36,15 +36,15 @@ import java.security.NoSuchAlgorithmException;
|
||||
public class MapleAESOFB {
|
||||
private static final Logger log = LoggerFactory.getLogger(MapleAESOFB.class);
|
||||
private final static SecretKeySpec skey = new SecretKeySpec(
|
||||
new byte[]{
|
||||
0x13, 0x00, 0x00, 0x00,
|
||||
0x08, 0x00, 0x00, 0x00,
|
||||
0x06, 0x00, 0x00, 0x00,
|
||||
(byte) 0xB4, 0x00, 0x00, 0x00,
|
||||
0x1B, 0x00, 0x00, 0x00,
|
||||
0x0F, 0x00, 0x00, 0x00,
|
||||
0x33, 0x00, 0x00, 0x00,
|
||||
0x52, 0x00, 0x00, 0x00}, "AES");
|
||||
new byte[]{
|
||||
0x13, 0x00, 0x00, 0x00,
|
||||
0x08, 0x00, 0x00, 0x00,
|
||||
0x06, 0x00, 0x00, 0x00,
|
||||
(byte) 0xB4, 0x00, 0x00, 0x00,
|
||||
0x1B, 0x00, 0x00, 0x00,
|
||||
0x0F, 0x00, 0x00, 0x00,
|
||||
0x33, 0x00, 0x00, 0x00,
|
||||
0x52, 0x00, 0x00, 0x00}, "AES");
|
||||
|
||||
private static final byte[] funnyBytes = new byte[]{
|
||||
(byte) 0xEC, (byte) 0x3F, (byte) 0x77, (byte) 0xA4, (byte) 0x45, (byte) 0xD0, (byte) 0x71, (byte) 0xBF,
|
||||
|
||||
Reference in New Issue
Block a user