Using this one: http://forum.ragezone.com/f427/v142-...source-979840/
Netbeans keeps giving me errors:
![]()
Most errors seem to be related to ''public static boolean USE_FIXED_IV;''
But something tells me there shouldn't be any errors around that. Any tips?
- - - Updated - - -
Seems to be fixed by changing
public static String interface = ;
to
public static String interface_;
Netbeans keeps giving me errors:

Most errors seem to be related to ''public static boolean USE_FIXED_IV;''
But something tells me there shouldn't be any errors around that. Any tips?
- - - Updated - - -
Seems to be fixed by changing
public static String interface = ;
to
public static String interface_;