FairPlay-密钥安全模块
什么是FairPlay-KSM?
FairPlay-KSM是Apple DRM协议的NETCore实现。 根据苹果公司的说法,FairPlay Streaming(FPS)在macOS上安全地将密钥传送给Apple移动设备,Apple TV和Safari,从而可以播放加密的视频内容。
此实现可用作许可证加速器或spc-ckc调试器(部分实现)。
在哪里可以下载该库?
FairPlay已打包为,因此您只需在项目中包括FoolishTech.FairPlay软件包即可。
dotnet add package FoolishTech.FairPlay
如何使用图书馆?
在使用该模块之前,您必须向Apple。
之后,您可以运行自己的HTTP许可证服务器。 查看我们的。
非常简单的许可证加速器
using System ;
using System
1