Click here to Skip to main content
15,887,812 members
Home / Discussions / C#
   

C#

 
Questionhow to encrypting and decryption pixel of image in C# Pin
WI54M13-Sep-17 23:18
WI54M13-Sep-17 23:18 
AnswerRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff13-Sep-17 23:23
mveOriginalGriff13-Sep-17 23:23 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M13-Sep-17 23:47
WI54M13-Sep-17 23:47 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff14-Sep-17 0:13
mveOriginalGriff14-Sep-17 0:13 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 0:42
WI54M14-Sep-17 0:42 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff14-Sep-17 0:54
mveOriginalGriff14-Sep-17 0:54 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 1:02
WI54M14-Sep-17 1:02 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff14-Sep-17 1:21
mveOriginalGriff14-Sep-17 1:21 
Yes, I understand that. But the encryption method you use will depend on how secure you want this to be: there are many simple methods that use a key, but which aren't particularly complicated (or secure). It depends what you are planning on doing with the encrypted images how secure you need to get. And the more secure you go, the less likely it is that the encrypted data will be anything like the same size as the original image - which means more complexity, as you have to find a way to "hide" the size info for the original with the encrypted data.

And to be honest, if you want anything with reasonable security, you are doing the wrong thing entirely: encrypting the pixels is like waving a red rag to a bull - you are saying "there is something here I don't want you to look at" and that encourages many to think "Oh yeah? Well let's just see about that..." Laugh | :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 1:57
WI54M14-Sep-17 1:57 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff14-Sep-17 2:26
mveOriginalGriff14-Sep-17 2:26 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 3:35
WI54M14-Sep-17 3:35 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff14-Sep-17 3:41
mveOriginalGriff14-Sep-17 3:41 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 3:58
WI54M14-Sep-17 3:58 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
OriginalGriff14-Sep-17 4:11
mveOriginalGriff14-Sep-17 4:11 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 4:23
WI54M14-Sep-17 4:23 
AnswerRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen13-Sep-17 23:44
professionalEddy Vluggen13-Sep-17 23:44 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M13-Sep-17 23:49
WI54M13-Sep-17 23:49 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen14-Sep-17 1:46
professionalEddy Vluggen14-Sep-17 1:46 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 2:03
WI54M14-Sep-17 2:03 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen14-Sep-17 2:07
professionalEddy Vluggen14-Sep-17 2:07 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
WI54M14-Sep-17 2:23
WI54M14-Sep-17 2:23 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen14-Sep-17 2:38
professionalEddy Vluggen14-Sep-17 2:38 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Pete O'Hanlon14-Sep-17 21:36
mvePete O'Hanlon14-Sep-17 21:36 
GeneralRe: how to encrypting and decryption pixel of image in C# Pin
Eddy Vluggen15-Sep-17 10:38
professionalEddy Vluggen15-Sep-17 10:38 
QuestionSignalR Instant File Upload Pin
Liagapi13-Sep-17 20:18
Liagapi13-Sep-17 20:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.