The deployed website : https://clearkey-base64-2-hex-json.herokuapp.com/ WILL NOT WORK anymore because Heroku intiated plans to remove free dynos plans starting November 28, 2022.
If you want to use it , please deploy yourself with a PHP capable environment.
- This tool is written in PHP
- You can run it locally by copying all files in
/web
to your web server's root directory.
Ensure PHP is installed and configured properly with your web server before deploying them on your web server. - You can deploy this tool to Heroku.
Refer to the steps below for deploying this tool to Heroku. - You can also visit https://clearkey-base64-2-hex-json.herokuapp.com/ directly if you wanted to use this tool on the spot.
Deployed by me on Heroku. - I shall not be liable for any problem that will produce losses or inconveniences incurred as a result of such changes or differences.
- Please star this repo if you feel that this repo is helping you. Thanks!
Visit deployed website : https://clearkey-base64-2-hex-json.herokuapp.com/
- Key in the Keys and Key ID in HEX without space and click generate
- Click "Generate Now" and copy the URL after you saw some JSON output containing :
{ "keys":[ { "kty":"oct", "k":"", "kid":"" } ], "type":"temporary" }
- The URL you copied is your Clearkey License URL. You can use it on your IPTV Player that supports Clearkey.
Create an issue if you encountered a problem that was never stated in this README.md