View Single Post
Old 12-27-2017, 06:34 AM   #19
0rsted
Junior Member
0rsted began at the beginning.
 
Posts: 5
Karma: 12
Join Date: Oct 2013
Device: Kindle
This is absolutely brilliant mehmedbasic

I am getting an error though,

Quote:
SPKGI decrypt0r - (c) 2017 Jesenko Mehmedbasic
----------------------------------------------
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.simontuffs.onejar.Boot.run(Boot.java:313)
at com.simontuffs.onejar.Boot.main(Boot.java:161)
Caused by: java.lang.IllegalStateException: java.security.InvalidKeyException: Illegal key size
at com.mobileread.spkgidecrypt.EreolenDecryptingOutpu tStream.createCipher(EreolenDecryptingOutputStream .java:43)
at com.mobileread.spkgidecrypt.EreolenDecryptingOutpu tStream.<init>(EreolenDecryptingOutputStream.java: 23)
at com.mobileread.spkgidecrypt.Application.convert(Ap plication.java:132)
at com.mobileread.spkgidecrypt.Application.main(Appli cation.java:102)
... 6 more
Caused by: java.security.InvalidKeyException: Illegal key size
at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:10 39)
at javax.crypto.Cipher.implInit(Cipher.java:805)
at javax.crypto.Cipher.chooseProvider(Cipher.java:864 )
at javax.crypto.Cipher.init(Cipher.java:1396)
at javax.crypto.Cipher.init(Cipher.java:1327)
at com.mobileread.spkgidecrypt.EreolenDecryptingOutpu tStream.createCipher(EreolenDecryptingOutputStream .java:40)
I'm not sure what causes the error, it could be that I'm on a mac, and it doesn't support the same things as linux for android...
0rsted is offline