ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Can not Decrypt Image After Saved

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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