Note that there are some explanatory texts on larger screens.

plurals
  1. POAES algo - Decryption Issue
    primarykey
    data
    text
    <p>I have written code for AES decryption, but did not have any success. My AES algo class is here. <a href="http://pastebin.com/QtpFnW84" rel="nofollow">http://pastebin.com/QtpFnW84</a> and implementation is :</p> <pre><code>String Masterkey = "eX0XcsF8lkeX0XcsF8lkeX0XcsF8lkeX0XcsF8lkeX0XcsF8lk"; try { String s = AES_Algo .decrypt( Masterkey, "LVmDIcmVIuNVPObjLXkVbFc13NCX1Md3DjrvfiioMQHS7QmizT3dlSujgA7NS0zI HEweRWGcwOKpu0wurK495yCTWkJO33X1n+at60xLdJ7ZUreRWN9RatUjRQuLI7Ft kwH7QMTQAYXQizGJ0HrArja8QA/YnkiGpgO0pdmYm9Mb6g/sIXhz1Oeo42uwzTM1 F+t6AM/qrH9ZMozlctU6LQQVIggP8zzmnwvjNCyyYJCsXedOEMcvrpQV100gz+pf cE4RisPgN0IOKzvzepJ88E3VMPCXBv/AV4Z2/fuBcmimzGdvZwKgYM/39TGNBS7t T491knA3ZdMoAnSPFvdM4khfRyM5I9FJpwDxmpykA4VpBUhyd4p+ZS1ZSQ8Zwi3I 5egtoNkSJhI6pjAR7PbzJtJ+VAWCVIdsFP4Kc+KKPBE0HVS5UiQQ+OJjx2r9iMMR OYqeyqMv8xw3Wy7TBMiKnQMCRo5+K1mDabx164+6cfoKk8+6b5WlNfBQVobZpQs2"); Log.e("s", s); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } </code></pre> <p>Each time i am getting exception :</p> <pre><code>06-13 05:03:43.013: W/System.err(1757): java.lang.NumberFormatException: unable to parse 'LV' as integer 06-13 05:03:43.043: W/System.err(1757): at java.lang.Integer.parse(Integer.java:433) 06-13 05:03:43.043: W/System.err(1757): at java.lang.Integer.parseInt(Integer.java:422) 06-13 05:03:43.043: W/System.err(1757): at java.lang.Integer.valueOf(Integer.java:704) 06-13 05:03:43.043: W/System.err(1757): at com.caddytips.AES_Algo.toByte(AES_Algo.java:76) 06-13 05:03:43.043: W/System.err(1757): at com.caddytips.AES_Algo.decrypt(AES_Algo.java:32) </code></pre> <p>Can anybody help me please? </p> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload