Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi ,

i have uploaded an xray image in the image box in WPF.

i need to know which encryption and decryption algorithm can be used to secure this image.

Thanks,
Sophia
Posted

Hi,

Please look at below links,

Simple encrypting and decrypting data in C#[^]

Also check answer in this[^] thread.

Thanks
-Amit
 
Share this answer
 
There are plenty of algorithms you can use for securing the image.

Encryption Algorithms[^]
Encryption List[^]

Here are some useful links for implementing encryption & decryption in .NET.

Encryption/Decryption with .NET[^]
.NET Encryption Simplified[^]

Hope this helps. :)
 
Share this answer
 
The ones I used with my WPF application are AesAdvanced and AesManaged. The application I made lets you choose which one you want to use.
I found the following example that uses AesManaged with WPF application:
WPF encryption
Hope that helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900