Search

You searched for the word(s): userid:829966

Matching Posts

  • Convert A Java Code To C#

    In Java Need Convert In C# Thanks public MapleAESOFB(byte[] key, byte[] iv, short mapleVersion) { SecretKeySpec skeySpec = new SecretKeySpec(key, "AES"); try { this.cipher = Cipher.getInstance("AES"); } catch (NoSuchAlgorithmException e) { this.log.error("ERROR", e); } catch (NoSuchPaddingException e) { this.log.error("ERROR", e); } try { this.cipher.init(1, skeySpec); } catch (InvalidKeyException e) { this.log.error("Error initalizing the encryption cipher
Page 1 of 1 (1 items)