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
 Decrypt with TIEDBBitmap

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
chouk Posted - Apr 25 2023 : 14:17:39
Hi,
I update a project by changing the ImageEnDBView to TIEDBBitmap, I store the images on disk, everything works fine.
When I use image encryption it works, but I can't decrypt them to display in Imageenview,
for example:

Load picture:
fDBBitmap.LoadImage();

Decrypt image:
Imageenview.Proc.Decrypt('Captiva',ieeaTEA2);

The image always remains encrypted.
I use PNG images.

Thank's for help.
Chouk

3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 26 2023 : 15:32:45
Hi

No, I'm afraid there is not. You could use meta-data to store its current status, e.g. TextKeys for PNG images:

http://www.imageen.com/help/TIOParams.PNG_TextKeys.html

Nigel
Xequte Software
www.imageen.com
chouk Posted - Apr 26 2023 : 12:55:29
Hi,
I found the problem, I decrypted the image twice.
Is there a way to tell if an image is encrypted?
Regards
Chouk
xequte Posted - Apr 25 2023 : 18:21:45
Hi Chouk

This works fine in my testing:

  fDBBitmap.LoadImage();
  Imageenview1.Proc.Decrypt('Captiva',ieeaTEA2);


Are you sure the password and/or encryption method is correct?

Nigel
Xequte Software
www.imageen.com