Skip to main content

Статус Лицензии

Данные о выданном ключе AES-шифрования
Лицензионный ключДата выдачиСрок действияСтатус

Данные пользователя

Личные данные пользователя, внесенные в уникальный код AES-шифрования
  • Данные ФИО:
  • Логин:
  • ID:
  • E-Mail:
  • Банковские данные:

Задействование ключа лицензии

Исключительные авторские права на объекты интеллектуальной деятельности, размещенные на этом сайте и в сети онлайн/оффлайн ресурсов Magnasledie, принадлежат правообладателю Magnasledie® и Sygill®. Приобретая медиа-материалы и иные объекты интеллектуальной собственности Magnasledie, пользователь приобретает право на их персональное использование. Запрещается передача материалов другим лицам, кроме лица, приобретающего на него право просмотра и использования.

Защита объектов интеллектуальной деятельности производится сервисом защиты и шифрования медиа-материалов с задействованием системы управления цифровыми правами (DRM) и AES-injection.  Данные пользователя шифруются для генерации уникального лицензионного ключа доступа, который присваивается при первом приобретении материалов. Процесс создания лицензионного ключа занимает от 1 до 2 суток. Присвоенный лицензионный ключ встраивается сервером в потоковое онлайн-воспроизведение медиа-файла вставками AES-зашифрованного кода с периодичностью от 5 до 20 минут. Медиа-файлы, передаваемые пользователю для сохранения в его личное хранилище, генерируются в течение 3-48 часов, исходя из размера файлов, и содержат аналогичные вставки кода лицензии пользователя. При возникновении спорных вопросов о нарушении авторских прав и несанкционированном распространении, извлекается и дешифруется информация из медиа-материала для получения данных правообладателя и пользователя-владельца файла.


AES Encryption:

AES (Advanced Encryption Standard) is a cryptographic cipher algorithm using a block size of 128 bits (abbreviated as AES-128) encrypts and protects the premium content.
AES-128 is the only publicly available encryption algorithm that is recommended by the NSA (National Security Agency) uses a known, external piece of information, called a key, to uniquely change the source data.
This algorithm supports on-demand, live or DVR streaming. The encryption key which is needed to encrypt the videos is created using OpenSSL.
To decode the encrypted data, key files requires an initialization vector (IV). For security purpose IVs can be changed periodically. The recommended standard for encrypting media source is to change the key every 3 to 4 hours and as well as the IV after every 50 Mb of internet data usage.
This AES encryption enforces all the users to go through the main playlist to decrypt the data using the key. This security logic allows the users to access the content only those who have the key. Without this key, the content is not accessible by any third party delivery service.

AES Encryption with Authentication Tokens & Signed URLs:

By adding this extra layer of security, the content keys are hidden and made accessible only to the authorized users. The authentication tokens and signed URLs relies on token-based authentication mechanism by rotating the key every n minutes.
Once the authorized user receives the key it can be easily shared to an unauthorized user. Even if the key is rotated every 15 minutes for data security, there are chances of breaching the security within that key rotation period.

Digital Rights Management Systems (DRM) Level Security:

DRM is one of the most secure ways to deliver content. It separates the decryption key from the content and the entire decryption flow is managed in a secure black box which is not directly exposed to the authorized user instead the header file accompanying the video file contains metadata about the encryption mechanism used.
The metadata from the video file is received by the Content Decryption Module. The CDM creates a license request using the header metadata and is sent to the remote license server. Once the request is received, it returns a detailed license with the content keys. Then the CDM decrypts the content using the content keys. Once the decryption is done the video content is available to the user for playback. Encryption Media Extensions API securely handles these license request and the license information which are not accessible to the user.