C# Secure Video Encryption -
i have set of videos want wpf application access , play it. user should not have access file directly or copy it.
i tried few ideas such - password protecting folder http://www.codeproject.com/articles/20880/folder-protection-for-windows-using-c-concepts-on
- folder permissions. not working well.
any ideas appreciated.
thanks.
- if have server create api , send stream, setup permissions , add them in code
- if have network share use permission , use windowsidentity.impersonate
- if must local need store encrypted , decrypt it.
be aware streams can captured , saved
Comments
Post a Comment