I am developing a simple java swing application which can encrypt/decrypt using AES-256 on NetBeans.
In development, there is an issue of illegal key size, which I need to install JCE unlimited strength .jar file. Once I did that everything worked fine.
Until, I exported an executable jar file when the error came back again!
illegal key size.
What should I do ?
Environment
JAVA 1.8, JCE Installed, JAVA_HOME has been set, NetBeans IDE.