Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
By default, the AES supports a 128 bit key, if you plan to use 192 bit or 256 bit key, java compiler will throw Illegal key size exception. This is not due to some bug of Aspose.Cells API rather due to the limited feature for JDK/JRE itself. The default policy files of JDK/JRE is crippled due to import restrictions in some countries. Users have to get the “Unlimited Strength” policy files and install them in their JRE to use advanced cryptography functionality for encryption/decryption.
You may get the java.security.InvalidKeyException: Illegal key size or default parameters or java.security.InvalidKeyException: Illegal key size while loading a protected spreadsheet.
The solution is actually very simple as detailed below.
Please use the download link that corresponds to your JDK/JRE version.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.