| T O P I C    R E V I E W | 
              
                | Eric | Posted - Sep 03 2014 : 04:29:25 Hi,
 After I encrypt image and saveed to file. It can not decrypt by imageenView.
 
 | 
              
                | 3   L A T E S T    R E P L I E S    (Newest First) | 
              
                | xequte | Posted - Sep 08 2014 : 23:33:32 Hi
 
 As warned in the documentation, you cannot save to lossy formats such as JPEG. Use a lossless format such as PNG.
 
 
 
 Nigel
 Xequte Software
 www.xequte.com
 nigel@xequte.com
 
 | 
              
                | giancarlo | Posted - Sep 08 2014 : 08:21:54 i have the same problem
 here is my code
 
 TO SAVE:
 ImageEnView1.Proc.Encrypt('my123pswd',ieeaTEA2);
 ImageEnView1.IO.SaveToFile('1_cry.jpg');
 
 TO LOAD:
 ImageEnView1.IO.LoadFromFile('1_cry.jpg');
 ImageEnView1.Proc.Decrypt('my123pswd',ieeaTEA2);
 
 i'm using imageen 5.1.1 on xe6 upd1
 
 thank you
 
 | 
              
                | xequte | Posted - Sep 03 2014 : 17:24:47 Hi
 
 Please show us the exact code you are using and advise your ImageEn version.
 
 
 
 Nigel
 Xequte Software
 www.xequte.com
 nigel@xequte.com
 
 |