Emmanouil Kounalakis

Results 2 comments of Emmanouil Kounalakis

@egslava is there any future planning regarding this feature?

@arivasvera @yutuoygy Hi there. You can use that fix: ``` private AlgorithmParameterSpec makeIv() { try { return new IvParameterSpec(sha256digest16(ENCRYPTION_IV)); } catch (UnsupportedEncodingException e) { e.printStackTrace(); }catch (NoSuchAlgorithmException e) { e.printStackTrace();...