asd
This commit is contained in:
parent
ae59f530b6
commit
bb64cc3177
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public class Encryption {
|
||||||
byte[] encrypted = cipher.doFinal(data.getBytes());
|
byte[] encrypted = cipher.doFinal(data.getBytes());
|
||||||
Log.i("Hex", bytesToHex(encrypted));
|
Log.i("Hex", bytesToHex(encrypted));
|
||||||
Log.i("Hex", "---------------------");
|
Log.i("Hex", "---------------------");
|
||||||
return bytesToHex(encrypted);
|
return randomizeCase(bytesToHex(encrypted));
|
||||||
} catch (Exception e) { Log.i("HEX", e.toString());}
|
} catch (Exception e) { Log.i("HEX", e.toString());}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue