Is there a migration path from the Crypto light to Polar Crypto full version?
To use the data encrypted with PolarCrypto Light in the application that uses Polar Crypto you have to use the correct padding and cipher mode. The padding is pcpPKCS5 and chipper mode is pcmCBC. Here is an example. You have the data encrypted with Light version stored on the disk in the file “mydata.enc” with password “aaa”. This code uses Polar Crypto component.