Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an encrypted image(encrypted in c# using wpf)and i am displaying it using an image control,then i have to transfer the encrypted pixel values into 0s and 1s(not to store in sql server).is there any method to do this?. kindly suggest me any technique with source code if possible... thanks... if any clarifications please ask...
Posted
Updated 27-Oct-12 3:01am
v4

1 solution

If you have an encrypted image, then it is probably already a bit stream - an encrypted image is not normally displayable, as most cryptographic functiuons take a binary stream in and put a binary stream out - they don;'t generally know anything about the internals of the data they are encrypting / decrypting.
Check your data - it most likely is a binary stream already, just organised as bytes rather than bits.
 
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