Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on WPF Encryption and Decryption. I created an Encrypted file. so that, I want to play that encrypted file without create another file(Decrypted file) or separate file. can some one help me to solve this?
Posted
Updated 2-Jan-16 0:40am
v2

1 solution

You cannot play a video file until and unless a video player understands it.
The encryption will be something that an existing player understands for e.g. mp3, flv etc.

Alternately, you could either write your own video player that understands this encryption or decrypt the file.
 
Share this answer
 
Comments
ravi chandra kumar 2-Jan-16 6:56am    
Thank you. But if any decrypted file is created, there is a chance of security problems. others may view that decrypted file. so how can I over come this? can you help me?

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