Anonnae Moose
Joined: 07 Sep 2012 Posts: 2
|
Posted: Fri Sep 07, 2012 8:22 am Post subject: Good security results... check Infralution's reply... |
|
|
Even if someone where to find the keys below, they wont help - check the information posted by Infralution below!
private static byte[] _desKey = new byte[8]
{
(byte) 18,
(byte) ***,
(byte) 168,
(byte) ***,
(byte) ***,
(byte) ***,
(byte) ***,
(byte) ***,
};
private static byte[] _desIV = new byte[8]
{
(byte) 163,
(byte) ***,
(byte) ***,
(byte) ***,
(byte) ***,
(byte) ***,
(byte) ***,
(byte) 177
};
Last edited by Anonnae Moose on Fri Sep 07, 2012 9:48 am; edited 1 time in total |
|