I get the following when I try to run a batch file with a registration code of 48 character length, see below whats the problem anyone help?
keygen.bat 39411544C9BC3560EEB0F09B1BA5F4DBB7DF
Exception in thread "main" javax.crypto.IllegalBlockSizeException: Input length
must be multiple of 16 when decrypting with padded cipher
at com.sun.crypto.provider.CipherCore.doFinal(CipherC ore.java:750)
at com.sun.crypto.provider.CipherCore.doFinal(CipherC ore.java:676)
at com.sun.crypto.provider.AESCipher.engineDoFinal(AE SCipher.java:313)
at javax.crypto.Cipher.doFinal(Cipher.java:2087)
at KeyGen.decryptAES(KeyGen.java:102)
at KeyGen.main(KeyGen.java:44)