You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2023. It is now read-only.
Streamer can easily be abused for pirating content, in particular copyrighted music.
a very basic, yet quite effective method is to encrypt the sensitive assets.
we can encrypt the mp3 contents server-side using some key, send it to the client, and let the client's js code decrypt and play it.
the client can still download the encrypted mp3 file, but without the proper decryption algorithm it's a useless file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Streamer can easily be abused for pirating content, in particular copyrighted music.
a very basic, yet quite effective method is to encrypt the sensitive assets.
we can encrypt the mp3 contents server-side using some key, send it to the client, and let the client's js code decrypt and play it.
the client can still download the encrypted mp3 file, but without the proper decryption algorithm it's a useless file.
Beta Was this translation helpful? Give feedback.
All reactions