Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,

I want to protect my video real path... i don't want to show the real path to a user in browser (want to show encrypted or fake url in view source).

how can i solve this...


<video width="320" height="240" controls="">
  <source src="video/1.mp4"></source>
</video>


so i want to encrypt 1.mp4.

Please suggest me the code, token method or any latest technique to secure the real path.

What I have tried:

Till then, i have used base64 algo to encrypt video url... but it doesn't solve the issue. because at the time of decryption, the video link gets revealed.
Posted
Updated 2-Apr-18 8:05am

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