Movatterモバイル変換


[0]ホーム

URL:


US20120144195A1 - Method and system for unified mobile content protection - Google Patents

Method and system for unified mobile content protection
Download PDF

Info

Publication number
US20120144195A1
US20120144195A1US13/370,537US201213370537AUS2012144195A1US 20120144195 A1US20120144195 A1US 20120144195A1US 201213370537 AUS201213370537 AUS 201213370537AUS 2012144195 A1US2012144195 A1US 2012144195A1
Authority
US
United States
Prior art keywords
content
media
bytes
key
encrypted
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/370,537
Inventor
Raj Nair
Mikhail Mikhailov
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ericsson AB
Original Assignee
Azuki Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Azuki Systems IncfiledCriticalAzuki Systems Inc
Priority to US13/370,537priorityCriticalpatent/US20120144195A1/en
Assigned to AZUKI SYSTEMS, INC.reassignmentAZUKI SYSTEMS, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: MIKHAILOV, MIKHAIL, NAIR, RAJ
Publication of US20120144195A1publicationCriticalpatent/US20120144195A1/en
Priority to US13/952,075prioritypatent/US9047446B2/en
Priority to US14/563,642prioritypatent/US9858396B2/en
Assigned to TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)reassignmentTELEFONAKTIEBOLAGET LM ERICSSON (PUBL)ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: AZUKI SYSTEMS, INC.
Priority to US15/858,724prioritypatent/US10417394B2/en
Assigned to ERICSSON ABreassignmentERICSSON ABCORRECTIVE ASSIGNMENT TO CORRECT THE RECEIVING PARTY PREVIOUSLY RECORDED AT REEL: 034539 FRAME: 0983. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT.Assignors: AZUKI SYSTEMS, INC.
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

Media content is delivered to a variety of mobile devices in a protected manner based on client-server architecture with a symmetric (private-key) encryption scheme. A media preparation server (MPS) encrypts media content and publishes and stores it on a content delivery server (CDS), such as a server in a content distribution network (CDN). Client devices can freely obtain the media content from the CDS and can also freely distribute the media content further. They cannot, however, play the content without first obtaining a decryption key and license. Access to decryption keys is via a centralized rights manager, providing a desired level of DRM control.

Description

Claims (26)

15. A method according toclaim 10, wherein encrypting the media includes performing an HC-128 operation using a key of a certain length combined with data of protected content, the HC-128 operation comprising:
initializing an HC-128 stream cipher algorithm and generating a stream of bytes of a preconfigured length, the length being configured on a per-media basis, the initialization including setting the value of an initialization vector employed by the HC-128 stream cipher algorithm to zero;
for a first set of content bytes of the preconfigured length, exclusive-OR'ing the stream of bytes with the set of content bytes;
for subsequent sets of the content bytes, (1) incrementing the initialization vector, (2) re-initializing the HC-128 stream cipher algorithm with the incremented initialization vector, and (3) repeating the generating of the stream of bytes and the exclusive OR'ing the stream of bytes with the subsequent sets of content bytes until the entire content file is fully encrypted.
16. A method according toclaim 15, further including:
downloading an encrypted media item to a client device;
decrypting the encrypted media item only during playback and only in small quantities immediately necessary for playback, each small quantity spanning a range of content bytes determined by operation of a video player performing the playback and also by user scrubbing actions during playback, the scrubbing actions including rewinding and fast forwarding, the decrypting further including (1) receiving a range of bytes located anywhere within the media item along with an offset from the beginning of the media item, (2) identifying one or more initialization vectors needed to decrypt the bytes, (3) initializing the HC-128 algorithm using one of the identified initialization vectors, (4) generates a key stream, (5) exclusive-OR'ing the key stream with the bytes, and (6) repeating the above steps (3), (4) and (5) using distinct other ones of the initialization vectors for subsequent ranges of content bytes as necessary until the media item is fully decrypted.
17. A method according toclaim 10, wherein encrypting the media includes performing an RC4 operation using a key of a certain length combined with data of protected content, the RC4 operation comprising:
initializing an RC4 stream cipher algorithm and generating a stream of bytes of a preconfigured length, the length being configured on a per-media basis, the initialization including setting the value of an initialization vector employed by the RC4 stream cipher algorithm to zero;
for a first set of content bytes of the preconfigured length, exclusive-OR'ing the stream of bytes with the set of content bytes;
for subsequent sets of the content bytes, (1) incrementing the initialization vector, (2) re-initializing the RC4 stream cipher algorithm with the incremented initialization vector, and (3) repeating the generating of the stream of bytes and the exclusive OR'ing the stream of bytes with the subsequent sets of content bytes until the entire content file is fully encrypted.
18. A method according toclaim 17, further including:
downloading an encrypted media item to a client device;
decrypting the encrypted media item only during playback and only in small quantities immediately necessary for playback, each small quantity spanning a range of content bytes determined by operation of a video player performing the playback and also by user scrubbing actions during playback, the scrubbing actions including rewinding and fast forwarding, the decrypting further including (1) receiving a range of bytes located anywhere within the media item along with an offset from the beginning of the media item, (2) identifying one or more initialization vectors needed to decrypt the bytes, (3) initializing the RC4 algorithm using one of the identified initialization vectors, (4) generates a key stream, (5) exclusive-OR'ing the key stream with the bytes, and (6) repeating the above steps (3), (4) and (5) using distinct other ones of the initialization vectors for subsequent ranges of content bytes as necessary until the media item is fully decrypted.
23. The method ofclaim 21, further including detecting content expiration by:
maintaining rights information including an expiration time and/or maximum play count in association with each media item, the right information being received from a digital rights management (DRM) server in an encrypted form, and storing the rights information in an encrypted file on the client device;
upon initiating playback of the media item, employing a DRM agent on the client device to determine whether the media item has expired by comparing a current time on the client device to the expiration time of the media, and/or comparing the maximum play count to a stored actual play count, the DRM Agent ensuring that clock rollbacks on the client device are detected and disallowing media playback if time is not steadily incrementing, the DRM Agent executing a separate thread, in parallel with a thread performing playback such that the media item can expire not only upon initiating playback but also during playback.
24. The method ofclaim 21, further including
uniquely identifying the client device using a unique physical device identifier, the unique physical device identifier being obtained from the client device using an application programming interface offered by an execution environment of the client device, the unique physical device identifier being encrypted with a domain secret and stored in an encrypted file on the client device and also sent to a digital rights management (DRM) server via an encrypted message, the encrypted unique physical device identifier being stored by the DRM server in a database of registered client devices and being mapped to a unique logical device identifier representing a user of the client device, the unique logical device identifier being sent encrypted with the domain secret.
US13/370,5372009-08-142012-02-10Method and system for unified mobile content protectionAbandonedUS20120144195A1 (en)

Priority Applications (4)

Application NumberPriority DateFiling DateTitle
US13/370,537US20120144195A1 (en)2009-08-142012-02-10Method and system for unified mobile content protection
US13/952,075US9047446B2 (en)2009-08-142013-07-26Method and system for unified mobile content protection
US14/563,642US9858396B2 (en)2009-08-142014-12-08Method and system for unified mobile content protection
US15/858,724US10417394B2 (en)2009-08-142017-12-29Method and system for unified mobile content protection

Applications Claiming Priority (3)

Application NumberPriority DateFiling DateTitle
US23409209P2009-08-142009-08-14
PCT/US2010/045596WO2011020088A1 (en)2009-08-142010-08-16Method and system for unified mobile content protection
US13/370,537US20120144195A1 (en)2009-08-142012-02-10Method and system for unified mobile content protection

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
PCT/US2010/045596ContinuationWO2011020088A1 (en)2009-08-142010-08-16Method and system for unified mobile content protection

Related Child Applications (2)

Application NumberTitlePriority DateFiling Date
US13/952,075DivisionUS9047446B2 (en)2009-08-142013-07-26Method and system for unified mobile content protection
US14/563,642ContinuationUS9858396B2 (en)2009-08-142014-12-08Method and system for unified mobile content protection

Publications (1)

Publication NumberPublication Date
US20120144195A1true US20120144195A1 (en)2012-06-07

Family

ID=43586544

Family Applications (4)

Application NumberTitlePriority DateFiling Date
US13/370,537AbandonedUS20120144195A1 (en)2009-08-142012-02-10Method and system for unified mobile content protection
US13/952,075Active2030-12-19US9047446B2 (en)2009-08-142013-07-26Method and system for unified mobile content protection
US14/563,642ActiveUS9858396B2 (en)2009-08-142014-12-08Method and system for unified mobile content protection
US15/858,724ActiveUS10417394B2 (en)2009-08-142017-12-29Method and system for unified mobile content protection

Family Applications After (3)

Application NumberTitlePriority DateFiling Date
US13/952,075Active2030-12-19US9047446B2 (en)2009-08-142013-07-26Method and system for unified mobile content protection
US14/563,642ActiveUS9858396B2 (en)2009-08-142014-12-08Method and system for unified mobile content protection
US15/858,724ActiveUS10417394B2 (en)2009-08-142017-12-29Method and system for unified mobile content protection

Country Status (3)

CountryLink
US (4)US20120144195A1 (en)
CA (2)CA2767368C (en)
WO (1)WO2011020088A1 (en)

Cited By (65)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20110252118A1 (en)*2010-04-072011-10-13Roger PantosReal-time or near real-time streaming
US20120173865A1 (en)*2010-12-292012-07-05Viswanathan SwaminathanSystem And Method For Generating Multiple Protected Content Formats Without Redundant Encryption Of Content
US20120303951A1 (en)*2011-05-272012-11-29General Instrument CorporationMethod and system for registering a drm client
US20130091588A1 (en)*2011-10-062013-04-11Mspot, Inc.Method and apparatus for improved digital rights management
US20130103942A1 (en)*2011-10-192013-04-25Apple Inc.System and method for pseudo-random polymorphic tree construction
US20130129079A1 (en)*2011-05-272013-05-23Viswanathan SwaminathanSystem And Method For Decryption Of Content Including Disconnected Encryption Chains
US8639832B2 (en)2008-12-312014-01-28Apple Inc.Variant streams for real-time or near real-time streaming to provide failover protection
US8650192B2 (en)2008-12-312014-02-11Apple Inc.Playlists for real-time or near real-time streaming
US20140147826A1 (en)*2003-10-232014-05-29Michael Anthony SoldaviniSystem of publication and distribution of instructional materials and method therefor
US20140164777A1 (en)*2012-12-122014-06-12Richard J. WielopolskiRemote device secure data file storage system and method
US8762351B2 (en)2008-12-312014-06-24Apple Inc.Real-time or near real-time streaming with compressed playlists
US8805963B2 (en)2010-04-012014-08-12Apple Inc.Real-time or near real-time streaming
US8843586B2 (en)2011-06-032014-09-23Apple Inc.Playlists for real-time or near real-time streaming
US20140289517A1 (en)*2013-03-192014-09-25Raytheon CompanyMethods and apparatuses for securing tethered data
US8850543B2 (en)*2012-12-232014-09-30Mcafee, Inc.Hardware-based device authentication
US8856283B2 (en)2011-06-032014-10-07Apple Inc.Playlists for real-time or near real-time streaming
US20140310527A1 (en)*2011-10-242014-10-16Koninklijke Kpn N.V.Secure Distribution of Content
US20140325685A1 (en)*2013-04-302014-10-30Samsung Electronics Co., Ltd.Method for controlling access to data and electronic device thereof
US8938619B2 (en)2010-12-292015-01-20Adobe Systems IncorporatedSystem and method for decrypting content samples including distinct encryption chains
WO2015016940A1 (en)*2013-08-022015-02-05Nokia Siemens Networks OyCommunication using over-the -top identities without centralized authority
US8955075B2 (en)*2012-12-232015-02-10Mcafee IncHardware-based device authentication
US20150082027A1 (en)*2013-09-162015-03-19Peking University Founder Group Co., Ltd.Drm method and drm system for supporting offline sharing of digital contents
WO2015051017A1 (en)*2013-10-022015-04-09Intralinks, Inc.Method and apparatus for managing access to electronic content
WO2015084890A1 (en)*2013-12-032015-06-11Amazon Technologies, Inc.Data transfer optimizations
CN104809365A (en)*2014-01-272015-07-29宇瞻科技股份有限公司 Digital rights management system, management method and its information transmission system and method
US20150220456A1 (en)*2014-02-032015-08-06Stmicroelectronics SaMethod for protecting a program code, corresponding system and processor
US9148417B2 (en)2012-04-272015-09-29Intralinks, Inc.Computerized method and system for managing amendment voting in a networked secure collaborative exchange environment
US20150341685A1 (en)*2010-09-022015-11-26Mobitv, Inc.User based electronic program guides
US20160134694A1 (en)*2014-11-072016-05-12Startapp, Inc.Content delivery network based network latency reduction apparatus, methods and systems
US20160165268A1 (en)*2012-02-232016-06-09Time Warner Cable Enterprises LlcApparatus and methods for providing content to an ip-enabled device in a content distribution network
US9397998B2 (en)2012-04-272016-07-19Intralinks, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment with customer managed keys
US9419953B2 (en)2012-12-232016-08-16Mcafee, Inc.Trusted container
US9432186B2 (en)2014-01-132016-08-30Mxtran Inc.Password-based key derivation without changing key
US9450748B2 (en)2011-05-272016-09-20Adobe Systems IncorporatedDecryption of content including partial-block discard
US9547770B2 (en)2012-03-142017-01-17Intralinks, Inc.System and method for managing collaboration in a networked secure exchange environment
US9613190B2 (en)2014-04-232017-04-04Intralinks, Inc.Systems and methods of secure data exchange
US20170150196A1 (en)*2015-11-192017-05-25Huawei Technologies Co., Ltd.Account Login Method and Apparatus
US9712324B2 (en)2013-03-192017-07-18Forcepoint Federal LlcMethods and apparatuses for reducing or eliminating unauthorized access to tethered data
US9729830B2 (en)2010-04-012017-08-08Apple Inc.Real-time or near real-time streaming
RU2632432C2 (en)*2013-02-222017-10-04Куреха КорпорейшнOrally administrated adsorbent, therapeutic agent for kidney disease and therapeutic agent for liver disease
US9900401B2 (en)2012-04-022018-02-20Time Warner Cable Enterprises LlcApparatus and methods for ensuring delivery of geographically relevant content
US20180091495A1 (en)*2015-07-312018-03-29Huawei Technologies Co., Ltd.CDN-Based Access Control Method and Related Device
US9942211B1 (en)*2014-12-112018-04-10Amazon Technologies, Inc.Efficient use of keystreams
US10033702B2 (en)2015-08-052018-07-24Intralinks, Inc.Systems and methods of secure data exchange
US10250932B2 (en)2012-04-042019-04-02Time Warner Cable Enterprises LlcApparatus and methods for automated highlight reel creation in a content delivery network
US10313755B2 (en)2009-03-302019-06-04Time Warner Cable Enterprises LlcRecommendation engine apparatus and methods
US10346937B2 (en)2013-11-142019-07-09Intralinks, Inc.Litigation support in cloud-hosted file sharing and collaboration
US10356095B2 (en)2012-04-272019-07-16Intralinks, Inc.Email effectivity facilty in a networked secure collaborative exchange environment
US10389853B2 (en)2012-02-232019-08-20Time Warner Cable Enterprises LlcApparatus and methods for content distribution to packet-enabled devices via a network bridge
US10489559B2 (en)*2015-07-012019-11-26ViaccessMethod for providing protected multimedia content
US10754929B2 (en)*2016-02-192020-08-25Blackberry LimitedSharing contents between applications
US10863238B2 (en)2010-04-232020-12-08Time Warner Cable Enterprise LLCZone control methods and apparatus
CN112189197A (en)*2018-05-222021-01-05索尼公司User-protected license
US11057408B2 (en)2015-02-132021-07-06Time Warner Cable Enterprises LlcApparatus and methods for data collection, analysis and service modification based on online activity
US11122316B2 (en)2009-07-152021-09-14Time Warner Cable Enterprises LlcMethods and apparatus for targeted secondary content insertion
US11146398B2 (en)*2019-08-302021-10-12Comcast Cable Communications, LlcMethod and apparatus for secure token generation
CN113765927A (en)*2021-09-092021-12-07图易(常熟)信息技术有限公司Method and system for encrypting network copyright of cloud uploaded content
US11212593B2 (en)2016-09-272021-12-28Time Warner Cable Enterprises LlcApparatus and methods for automated secondary content management in a digital network
US11222097B2 (en)*2017-02-142022-01-11Canon Kabushiki KaishaInformation processing apparatus, information processing method, and computer-readable medium
CN114444091A (en)*2021-12-212022-05-06天翼云科技有限公司 A system, method and storage medium for anti-leech customization based on CDN
US11399043B2 (en)*2017-08-242022-07-26Visa International Service AssociationUtilizing trust tokens to conduct secure message exchanges
US11659224B2 (en)2009-03-302023-05-23Time Warner Cable Enterprises LlcPersonal media channel apparatus and methods
US20240193311A1 (en)*2014-06-032024-06-13Pure Storage, Inc.Encrypting Data Using Non-Repeating Identifiers
CN119031189A (en)*2024-08-162024-11-26央视国际网络有限公司 Media content decryption method and device, and electronic device
US12443763B2 (en)*2023-11-302025-10-14Pure Storage, Inc.Encrypting data using non-repeating identifiers

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CA2767368C (en)2009-08-142013-10-08Azuki Systems, Inc.Method and system for unified mobile content protection
US8910295B2 (en)2010-11-302014-12-09Comcast Cable Communications, LlcSecure content access authorization
US20120233236A1 (en)*2011-03-072012-09-13Min-Shu ChenCloud-based system for serving service request of embedded device by cloud computing and related cloud-based processing method thereof
US8751807B2 (en)2011-06-232014-06-10Azuki Systems Inc.Method and system for secure over-the-top live video delivery
KR101954215B1 (en)2011-07-122019-06-07삼성전자주식회사Method and apparatus for using non volatile storage device
US8892870B2 (en)2012-03-122014-11-18Sony CorporationDigital rights management for live streaming based on trusted relationships
CN102647712B (en)*2012-04-062017-06-16惠州Tcl移动通信有限公司A kind of mobile phone data encryption method and decryption method
US8718445B1 (en)2013-09-032014-05-06Penthera Partners, Inc.Commercials on mobile devices
US9244916B2 (en)*2013-10-012016-01-26Penthera Partners, Inc.Downloading media objects
US20160335447A1 (en)*2015-05-152016-11-17Alcatel-Lucent Usa, Inc.Secure enterprise cdn framework
US10887371B2 (en)2015-09-142021-01-05Google LlcSystems and methods for content storage and retrieval
US9894041B2 (en)2015-09-252018-02-13Microsoft Technology Licensing, LlcSecure domain name resolution in computer networks
US10630675B2 (en)*2016-04-142020-04-21Microsoft Technology Licensing, LlcGenerating web service picture passwords with user-specific cypher keys
US10291594B2 (en)*2017-08-312019-05-14Fmr LlcSystems and methods for data encryption and decryption
US10848553B2 (en)*2018-04-162020-11-24Infrared5, Inc.System and method for real-time secure multimedia streaming over a decentralized network
US10469605B1 (en)*2019-06-282019-11-05Beatdapp Software Inc.System and method for scalably tracking media playback using blockchain
KR20220058928A (en)*2019-09-052022-05-10오픈 렌즈 프로젝트 리미티드 Digital Media Content Management System and Method
CN110730366B (en)*2019-10-302021-08-27杭州叙简科技股份有限公司Bit operation-based lightweight video stream encryption and decryption method and encryption and decryption method
US11314876B2 (en)2020-05-282022-04-26Bank Of America CorporationSystem and method for managing built-in security for content distribution
CN115396241B (en)*2022-10-282023-01-31北京佳芯信息科技有限公司Data encryption method and data encryption system
CN118870059B (en)*2024-08-232025-04-01上海剀蕊得信息科技有限公司 Video stream encryption transmission method and system

Citations (34)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20020037079A1 (en)*2000-09-252002-03-28Broadcom CorporationStream cipher encryption application accelerator and methods thereof
US6415032B1 (en)*1998-12-012002-07-02Xilinx, Inc.Encryption technique using stream cipher and block cipher
US6550011B1 (en)*1998-08-052003-04-15Hewlett Packard Development Company, L.P.Media content protection utilizing public key cryptography
US6574609B1 (en)*1998-08-132003-06-03International Business Machines CorporationSecure electronic content management system
US20030140257A1 (en)*2002-01-222003-07-24Petr PeterkaEncryption, authentication, and key management for multimedia content pre-encryption
US20030204738A1 (en)*2002-04-302003-10-30Morgan Stephen PaulSystem and method for secure distribution of digital content via a network
US20040177369A1 (en)*2003-03-062004-09-09Akins Glendon L.Conditional access personal video recorder
US20050097597A1 (en)*2003-10-312005-05-05Pedlow Leo M.Jr.Hybrid storage of video on demand content
US20050190911A1 (en)*2003-12-222005-09-01Pare David F.System and method for using a streaming protocol
US6957350B1 (en)*1996-01-302005-10-18Dolby Laboratories Licensing CorporationEncrypted and watermarked temporal and resolution layering in advanced television
US20050244008A1 (en)*2001-06-272005-11-03Microsoft CorporationProtecting decrypted compressed content and decrypted decompressed content at a digital rights management client
US6963972B1 (en)*2000-09-262005-11-08International Business Machines CorporationMethod and apparatus for networked information dissemination through secure transcoding
US7093129B1 (en)*2000-06-192006-08-15International Business Machines CorporationSecured encrypted communications in a voice browser
US20060236221A1 (en)*2001-06-272006-10-19Mci, Llc.Method and system for providing digital media management using templates and profiles
US20060272028A1 (en)*2005-05-252006-11-30Oracle International CorporationPlatform and service for management and multi-channel delivery of multi-types of contents
US7219223B1 (en)*2002-02-082007-05-15Cisco Technology, Inc.Method and apparatus for providing data from a service to a client based on encryption capabilities of the client
US7301944B1 (en)*1997-10-242007-11-27Tranz-Send Broadcasting Network, Inc.Media file distribution with adaptive transmission protocols
US20080016368A1 (en)*2006-07-172008-01-17Research In Motion LimitedManagement of multiple connections to a security token access device
US20080091613A1 (en)*2006-09-282008-04-17Microsoft CorporationRights management in a cloud
US20080123859A1 (en)*2006-11-272008-05-29Rajesh MamidwarMethod and system for encrypting and decrypting a transport stream using multiple algorithms
US20080207182A1 (en)*2006-12-132008-08-28Quickplay Media Inc.Encoding and Transcoding for Mobile Media
US20090084862A1 (en)*2004-02-252009-04-02Mccallum DonaldTurnout/crossover section for railway track
US20090315670A1 (en)*2004-02-252009-12-24Accenture Global Services GmbhRfid enabled media system and method
US20100057576A1 (en)*2008-09-022010-03-04Apple Inc.System and method for video insertion into media stream or file
US20100070876A1 (en)*2008-09-182010-03-18Pictela, Inc.Self-Replicating Rich Media Interface
US20100235468A1 (en)*2005-04-202010-09-16Limelight Networks, Inc.Ad Server Integration
US7827408B1 (en)*2007-07-102010-11-02The United States Of America As Represented By The Director Of The National Security AgencyDevice for and method of authenticated cryptography
US20110087794A1 (en)*2009-10-082011-04-14Futurewei Technologies, Inc.System and Method to Support Different Ingest and Delivery Schemes for a Content Delivery Network
US20110107364A1 (en)*2009-10-302011-05-05Lajoie Michael LMethods and apparatus for packetized content delivery over a content delivery network
US20110145560A1 (en)*2009-12-112011-06-16Electronics And Telecommunications Research InstituteAdaptive security policy based scalable video service apparatus and method
US20110246616A1 (en)*2010-04-022011-10-06Ronca David RDynamic Virtual Chunking of Streaming Media Content
US20110252115A1 (en)*2008-12-182011-10-13Telefonaktiebolaget Lm Ericsson (Publ)Method For Content Delivery Involving A Policy Database
US8127149B1 (en)*2006-06-292012-02-28Symantec CorporationMethod and apparatus for content based encryption
US20120128150A1 (en)*2009-06-282012-05-24Nds LimitedPattern-free encryption

Family Cites Families (73)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6611812B2 (en)*1998-08-132003-08-26International Business Machines CorporationSecure electronic content distribution on CDS and DVDs
US7225333B2 (en)*1999-03-272007-05-29Microsoft CorporationSecure processor architecture for use with a digital rights management (DRM) system on a computing device
US6889321B1 (en)*1999-12-302005-05-03At&T Corp.Protected IP telephony calls using encryption
WO2001055913A1 (en)*2000-01-282001-08-02Williams Communications, LlcMethod of utilizing a single uniform resource locator for resources with multiple formats
CA2299946A1 (en)*2000-03-032001-09-03Destiny Software Productions Inc.Digital media distribution method and system
US7024466B2 (en)*2000-04-072006-04-04Movielink, LlcNetwork configured for delivery of content for download to a recipient
EP2770455B1 (en)*2000-06-162017-01-25MIH Technology Holdings BVMethod and system to exercise geographic restrictions over the distribution of content via a network
US7389531B2 (en)*2000-06-162008-06-17Entriq Inc.Method and system to dynamically present a payment gateway for content distributed via a network
US7333610B2 (en)*2000-08-112008-02-19Nds LtdSystem and method for pre-encryption of transmitted content
JP4595182B2 (en)2000-09-072010-12-08ソニー株式会社 Information recording apparatus, information reproducing apparatus, information recording method, information reproducing method, information recording medium, and program providing medium
US7149797B1 (en)*2001-04-022006-12-12Akamai Technologies, Inc.Content delivery network service provider (CDNSP)-managed content delivery network (CDN) for network service provider (NSP)
US7281260B2 (en)*2001-08-072007-10-09Loral Cyberstar, Inc.Streaming media publishing system and method
US20050021467A1 (en)2001-09-072005-01-27Robert FranzdonkDistributed digital rights network (drn), and methods to access operate and implement the same
US7243366B2 (en)*2001-11-152007-07-10General Instrument CorporationKey management protocol and authentication system for secure internet protocol rights management architecture
DE60233822D1 (en)*2001-12-112009-11-05Ericsson Telefon Ab L M RIGHT MANAGEMENT METHOD FOR FLOWING MEDIA
US7484103B2 (en)*2002-01-122009-01-27Je-Hak WooMethod and system for the information protection of digital content
US20030204602A1 (en)*2002-04-262003-10-30Hudson Michael D.Mediated multi-source peer content delivery network architecture
US7174021B2 (en)*2002-06-282007-02-06Microsoft CorporationSystems and methods for providing secure server key operations
US20040088541A1 (en)*2002-11-012004-05-06Thomas MessergesDigital-rights management system
US20040247116A1 (en)*2002-11-202004-12-09Boren Stephen LaurenceMethod of generating a stream cipher using multiple keys
JP3737798B2 (en)*2002-11-252006-01-25株式会社東芝 Transmitting apparatus, receiving apparatus and receiving method
EP1573478A2 (en)*2002-12-192005-09-14International Business Machines CorporationA method for distributing software licenses using xml documents
US7845014B2 (en)*2003-03-282010-11-30Sony CorporationMethod and apparatus for implementing digital rights management
US7191332B1 (en)*2003-05-202007-03-13Sprint Communications Company L.P.Digital rights management for multicasting content distribution
US7590840B2 (en)*2003-09-262009-09-15Randy LangerMethod and system for authorizing client devices to receive secured data streams
US20050097596A1 (en)*2003-10-312005-05-05Pedlow Leo M.Jr.Re-encrypted delivery of video-on-demand content
US7558954B2 (en)*2003-10-312009-07-07Hewlett-Packard Development Company, L.P.Method and apparatus for ensuring the integrity of data
US7620180B2 (en)*2003-11-032009-11-17Sony CorporationPreparation of content for multiple conditional access methods in video on demand
US8239446B2 (en)*2003-11-192012-08-07Sony Computer Entertainment America LlcContent distribution architecture
US7653196B2 (en)*2004-04-272010-01-26Intel CorporationApparatus and method for performing RC4 ciphering
US7818444B2 (en)*2004-04-302010-10-19Move Networks, Inc.Apparatus, system, and method for multi-bitrate content streaming
US7676590B2 (en)*2004-05-032010-03-09Microsoft CorporationBackground transcoding
US7711647B2 (en)*2004-06-102010-05-04Akamai Technologies, Inc.Digital rights management in a distributed network
US7609721B2 (en)*2004-07-232009-10-27Citrix Systems, Inc.Systems and methods for adjusting the maximum transmission unit for encrypted communications
US7676835B2 (en)*2004-08-312010-03-09International Business Machines CorporationSystem and method for regulating access to objects in a content repository
US20060056324A1 (en)*2004-09-102006-03-16Nokia CorporationApparatus and method to provide mobile music appliance with subscription-based play-list service
US8041031B2 (en)*2004-10-132011-10-18The Regents Of The University Of CaliforniaCryptographic primitives, error coding, and pseudo-random number improvement methods using quasigroups
US8156049B2 (en)*2004-11-042012-04-10International Business Machines CorporationUniversal DRM support for devices
US20060212649A1 (en)*2005-02-142006-09-21Roberts Henry A JrLicense table for software protection
KR100708162B1 (en)*2005-04-252007-04-16삼성전자주식회사Method for managing a domain and apparatus therefor
US20060265758A1 (en)*2005-05-202006-11-23Microsoft CorporationExtensible media rights
US20060282391A1 (en)*2005-06-082006-12-14General Instrument CorporationMethod and apparatus for transferring protected content between digital rights management systems
JP2007150846A (en)*2005-11-292007-06-14Toshiba CorpContents reproducing system
US20070124781A1 (en)*2005-11-302007-05-31Qwest Communications International Inc.Networked content storage
US7555464B2 (en)*2006-03-012009-06-30Sony CorporationMultiple DRM management
CN101573936B (en)*2006-05-052012-11-28交互数字技术公司Digital rights management using trusted processing techniques
US8775319B2 (en)*2006-05-152014-07-08The Directv Group, Inc.Secure content transfer systems and methods to operate the same
US8024762B2 (en)*2006-06-132011-09-20Time Warner Cable Inc.Methods and apparatus for providing virtual content over a network
US20080071617A1 (en)*2006-06-292008-03-20Lance WareApparatus and methods for validating media
US8827802B2 (en)*2006-07-132014-09-09Aristocrat Technologies Australia Pty LtdElectronic gaming machine including a smartcard for protection, and method of use
US20080047006A1 (en)*2006-08-212008-02-21Pantech Co., Ltd.Method for registering rights issuer and domain authority in digital rights management and method for implementing secure content exchange functions using the same
CN101155191B (en)*2006-09-252011-06-08华为技术有限公司System and method for supporting IMS terminal using the existing IPTV service
IL180020A (en)2006-12-122013-03-24Waterfall Security Solutions LtdEncryption -and decryption-enabled interfaces
US9124650B2 (en)*2006-12-132015-09-01Quickplay Media Inc.Digital rights management in a mobile environment
US20080154780A1 (en)*2006-12-222008-06-26Nortel Networks LimitedSharing usage rights
US10097291B2 (en)*2007-07-242018-10-09The Directv Group, Inc.Method and system for distributing content using device-specific content delivery networks
CN101370004A (en)*2007-08-162009-02-18华为技术有限公司 Method and device for distributing multicast session security policy
JP4993733B2 (en)*2007-09-282012-08-08東芝ソリューション株式会社 Cryptographic client device, cryptographic package distribution system, cryptographic container distribution system, and cryptographic management server device
JP5100286B2 (en)*2007-09-282012-12-19東芝ソリューション株式会社 Cryptographic module selection device and program
US20090103726A1 (en)*2007-10-182009-04-23Nabeel AhmedDual-mode variable key length cryptography system
US20090180614A1 (en)*2008-01-102009-07-16General Instrument CorporationContent protection of internet protocol (ip)-based television and video content delivered over an ip multimedia subsystem (ims)-based network
US7882035B2 (en)*2008-01-252011-02-01Microsoft CorporationPre-performing operations for accessing protected content
CN101526985A (en)*2008-03-042009-09-09索尼(中国)有限公司Client system and method of digital rights management and digital rights management system
WO2010050934A1 (en)*2008-10-292010-05-06Hewlett-Packard Development Company, L.P.Media shadow files and system
US8578259B2 (en)*2008-12-312013-11-05Microsoft CorporationMedia portability and compatibility for different destination platforms
EP2382577A2 (en)*2008-12-312011-11-02Akamai Technologies, Inc.Enforcing single stream per sign-on from a content delivery network (cdn) media server
US20100278338A1 (en)*2009-05-042010-11-04Mediatek Singapore Pte. Ltd.Coding device and method with reconfigurable and scalable encryption/decryption modules
US20130132733A1 (en)*2009-05-262013-05-23Sunil C. AgrawalSystem And Method For Digital Rights Management With System Individualization
US8925096B2 (en)*2009-06-022014-12-30Google Technology Holdings LLCSystem and method for securing the life-cycle of user domain rights objects
US20100333132A1 (en)2009-06-242010-12-30Tandberg Television Inc.Methods and systems for indexing on-demand video content in a cable system
CA2767368C (en)2009-08-142013-10-08Azuki Systems, Inc.Method and system for unified mobile content protection
CN102714602B (en)*2009-12-042016-03-02清流迅有限公司The system and method for content of multimedia play is used for by Internet Transmission
US8458362B2 (en)*2010-09-302013-06-04Comcast Cable Communications, LlcDelivering content in multiple formats

Patent Citations (36)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US6957350B1 (en)*1996-01-302005-10-18Dolby Laboratories Licensing CorporationEncrypted and watermarked temporal and resolution layering in advanced television
US7301944B1 (en)*1997-10-242007-11-27Tranz-Send Broadcasting Network, Inc.Media file distribution with adaptive transmission protocols
US6550011B1 (en)*1998-08-052003-04-15Hewlett Packard Development Company, L.P.Media content protection utilizing public key cryptography
US6574609B1 (en)*1998-08-132003-06-03International Business Machines CorporationSecure electronic content management system
US6415032B1 (en)*1998-12-012002-07-02Xilinx, Inc.Encryption technique using stream cipher and block cipher
US7093129B1 (en)*2000-06-192006-08-15International Business Machines CorporationSecured encrypted communications in a voice browser
US20020037079A1 (en)*2000-09-252002-03-28Broadcom CorporationStream cipher encryption application accelerator and methods thereof
US6963972B1 (en)*2000-09-262005-11-08International Business Machines CorporationMethod and apparatus for networked information dissemination through secure transcoding
US20060236221A1 (en)*2001-06-272006-10-19Mci, Llc.Method and system for providing digital media management using templates and profiles
US20050244008A1 (en)*2001-06-272005-11-03Microsoft CorporationProtecting decrypted compressed content and decrypted decompressed content at a digital rights management client
US20030140257A1 (en)*2002-01-222003-07-24Petr PeterkaEncryption, authentication, and key management for multimedia content pre-encryption
US7219223B1 (en)*2002-02-082007-05-15Cisco Technology, Inc.Method and apparatus for providing data from a service to a client based on encryption capabilities of the client
US20030204738A1 (en)*2002-04-302003-10-30Morgan Stephen PaulSystem and method for secure distribution of digital content via a network
US20040177369A1 (en)*2003-03-062004-09-09Akins Glendon L.Conditional access personal video recorder
US20050097597A1 (en)*2003-10-312005-05-05Pedlow Leo M.Jr.Hybrid storage of video on demand content
US20050190911A1 (en)*2003-12-222005-09-01Pare David F.System and method for using a streaming protocol
US20100091985A1 (en)*2003-12-222010-04-15Aol LlcSystem and method for using a streaming protocol
US7602908B2 (en)*2003-12-222009-10-13Aol LlcSystem and method for using a streaming protocol
US20090084862A1 (en)*2004-02-252009-04-02Mccallum DonaldTurnout/crossover section for railway track
US20090315670A1 (en)*2004-02-252009-12-24Accenture Global Services GmbhRfid enabled media system and method
US20100235468A1 (en)*2005-04-202010-09-16Limelight Networks, Inc.Ad Server Integration
US20060272028A1 (en)*2005-05-252006-11-30Oracle International CorporationPlatform and service for management and multi-channel delivery of multi-types of contents
US8127149B1 (en)*2006-06-292012-02-28Symantec CorporationMethod and apparatus for content based encryption
US20080016368A1 (en)*2006-07-172008-01-17Research In Motion LimitedManagement of multiple connections to a security token access device
US20080091613A1 (en)*2006-09-282008-04-17Microsoft CorporationRights management in a cloud
US20080123859A1 (en)*2006-11-272008-05-29Rajesh MamidwarMethod and system for encrypting and decrypting a transport stream using multiple algorithms
US20080207182A1 (en)*2006-12-132008-08-28Quickplay Media Inc.Encoding and Transcoding for Mobile Media
US7827408B1 (en)*2007-07-102010-11-02The United States Of America As Represented By The Director Of The National Security AgencyDevice for and method of authenticated cryptography
US20100057576A1 (en)*2008-09-022010-03-04Apple Inc.System and method for video insertion into media stream or file
US20100070876A1 (en)*2008-09-182010-03-18Pictela, Inc.Self-Replicating Rich Media Interface
US20110252115A1 (en)*2008-12-182011-10-13Telefonaktiebolaget Lm Ericsson (Publ)Method For Content Delivery Involving A Policy Database
US20120128150A1 (en)*2009-06-282012-05-24Nds LimitedPattern-free encryption
US20110087794A1 (en)*2009-10-082011-04-14Futurewei Technologies, Inc.System and Method to Support Different Ingest and Delivery Schemes for a Content Delivery Network
US20110107364A1 (en)*2009-10-302011-05-05Lajoie Michael LMethods and apparatus for packetized content delivery over a content delivery network
US20110145560A1 (en)*2009-12-112011-06-16Electronics And Telecommunications Research InstituteAdaptive security policy based scalable video service apparatus and method
US20110246616A1 (en)*2010-04-022011-10-06Ronca David RDynamic Virtual Chunking of Streaming Media Content

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
De Canniere, Christopher. "eSTREAM Software Performance", 2008.*
Frankel, S. et al. "The AES-CBC Cipher Algorithm and Its Use with IPsec", September 2003.*
Pantos, R. ed. "HTTP Live Streaming" (draft-pantos-http-live-streaming-01), June 2009.*
Pare, David and Art Howard. "Ultravox 3.0, A Media Agnostic Lightweight Streaming Protocol", December 2004.*
Wu, Hongjun. "The Stream Cipher HC-128", 2008.*
Zhang, Jian. "A Flexible Content Protection System for Media-on-Demand", 2002.*

Cited By (118)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9665876B2 (en)*2003-10-232017-05-30Monvini LimitedSystem of publication and distribution of instructional materials and method therefor
US20140147826A1 (en)*2003-10-232014-05-29Michael Anthony SoldaviniSystem of publication and distribution of instructional materials and method therefor
US8639832B2 (en)2008-12-312014-01-28Apple Inc.Variant streams for real-time or near real-time streaming to provide failover protection
US10977330B2 (en)2008-12-312021-04-13Apple Inc.Playlists for real-time or near real-time streaming
US9558282B2 (en)2008-12-312017-01-31Apple Inc.Playlists for real-time or near real-time streaming
US8762351B2 (en)2008-12-312014-06-24Apple Inc.Real-time or near real-time streaming with compressed playlists
US8650192B2 (en)2008-12-312014-02-11Apple Inc.Playlists for real-time or near real-time streaming
US11659224B2 (en)2009-03-302023-05-23Time Warner Cable Enterprises LlcPersonal media channel apparatus and methods
US10313755B2 (en)2009-03-302019-06-04Time Warner Cable Enterprises LlcRecommendation engine apparatus and methods
US11012749B2 (en)2009-03-302021-05-18Time Warner Cable Enterprises LlcRecommendation engine apparatus and methods
US11122316B2 (en)2009-07-152021-09-14Time Warner Cable Enterprises LlcMethods and apparatus for targeted secondary content insertion
US10044779B2 (en)2010-04-012018-08-07Apple Inc.Real-time or near real-time streaming
US9729830B2 (en)2010-04-012017-08-08Apple Inc.Real-time or near real-time streaming
US10693930B2 (en)2010-04-012020-06-23Apple Inc.Real-time or near real-time streaming
US8805963B2 (en)2010-04-012014-08-12Apple Inc.Real-time or near real-time streaming
US8892691B2 (en)*2010-04-072014-11-18Apple Inc.Real-time or near real-time streaming
US9531779B2 (en)2010-04-072016-12-27Apple Inc.Real-time or near real-time streaming
US20110252118A1 (en)*2010-04-072011-10-13Roger PantosReal-time or near real-time streaming
US10523726B2 (en)2010-04-072019-12-31Apple Inc.Real-time or near real-time streaming
US10863238B2 (en)2010-04-232020-12-08Time Warner Cable Enterprise LLCZone control methods and apparatus
US20150341685A1 (en)*2010-09-022015-11-26Mobitv, Inc.User based electronic program guides
US8938619B2 (en)2010-12-292015-01-20Adobe Systems IncorporatedSystem and method for decrypting content samples including distinct encryption chains
US8527750B2 (en)*2010-12-292013-09-03Adobe Systems IncorporatedSystem and method for generating multiple protected content formats without redundant encryption of content
US20120173865A1 (en)*2010-12-292012-07-05Viswanathan SwaminathanSystem And Method For Generating Multiple Protected Content Formats Without Redundant Encryption Of Content
US20150113287A1 (en)*2010-12-292015-04-23Adobe Systems IncorporatedDecrypting Content Samples Including Distinct Encryption Chains
US10110613B2 (en)2010-12-292018-10-23Adobe Systems IncorporatedDecrypting content samples including distinct encryption chains
US9443066B2 (en)*2010-12-292016-09-13Adobe Systems IncorporatedDecrypting content samples including distinct encryption chains
US8687809B2 (en)*2011-05-272014-04-01Adobe Systems IncorporatedSystem and method for decryption of content including disconnected encryption chains
US9450748B2 (en)2011-05-272016-09-20Adobe Systems IncorporatedDecryption of content including partial-block discard
US9184917B2 (en)*2011-05-272015-11-10Google Technology Holdings LLCMethod and system for registering a DRM client
US20130129079A1 (en)*2011-05-272013-05-23Viswanathan SwaminathanSystem And Method For Decryption Of Content Including Disconnected Encryption Chains
US20120303951A1 (en)*2011-05-272012-11-29General Instrument CorporationMethod and system for registering a drm client
US9832245B2 (en)2011-06-032017-11-28Apple Inc.Playlists for real-time or near real-time streaming
US8856283B2 (en)2011-06-032014-10-07Apple Inc.Playlists for real-time or near real-time streaming
US8843586B2 (en)2011-06-032014-09-23Apple Inc.Playlists for real-time or near real-time streaming
US8863310B2 (en)*2011-10-062014-10-14Samsung Information Systems America, Inc.Method and apparatus for improved digital rights management
US20130091588A1 (en)*2011-10-062013-04-11Mspot, Inc.Method and apparatus for improved digital rights management
US20130103942A1 (en)*2011-10-192013-04-25Apple Inc.System and method for pseudo-random polymorphic tree construction
US8699703B2 (en)*2011-10-192014-04-15Apple Inc.System and method for pseudo-random polymorphic tree construction
US20140310527A1 (en)*2011-10-242014-10-16Koninklijke Kpn N.V.Secure Distribution of Content
US20160165268A1 (en)*2012-02-232016-06-09Time Warner Cable Enterprises LlcApparatus and methods for providing content to an ip-enabled device in a content distribution network
US9992520B2 (en)*2012-02-232018-06-05Time Warner Cable Enterprises LlcApparatus and methods for providing content to an IP-enabled device in a content distribution network
US11455376B2 (en)2012-02-232022-09-27Time Warner Cable Enterprises LlcApparatus and methods for content distribution to packet-enabled devices via a network bridge
US10389853B2 (en)2012-02-232019-08-20Time Warner Cable Enterprises LlcApparatus and methods for content distribution to packet-enabled devices via a network bridge
US9547770B2 (en)2012-03-142017-01-17Intralinks, Inc.System and method for managing collaboration in a networked secure exchange environment
US11323539B2 (en)2012-04-022022-05-03Time Warner Cable Enterprises LlcApparatus and methods for ensuring delivery of geographically relevant content
US9900401B2 (en)2012-04-022018-02-20Time Warner Cable Enterprises LlcApparatus and methods for ensuring delivery of geographically relevant content
US10516755B2 (en)2012-04-022019-12-24Time Warner Cable Enterprises LlcApparatus and methods for ensuring delivery of geographically relevant content
US11109090B2 (en)2012-04-042021-08-31Time Warner Cable Enterprises LlcApparatus and methods for automated highlight reel creation in a content delivery network
US10250932B2 (en)2012-04-042019-04-02Time Warner Cable Enterprises LlcApparatus and methods for automated highlight reel creation in a content delivery network
US9807078B2 (en)2012-04-272017-10-31Synchronoss Technologies, Inc.Computerized method and system for managing a community facility in a networked secure collaborative exchange environment
US9596227B2 (en)2012-04-272017-03-14Intralinks, Inc.Computerized method and system for managing an email input facility in a networked secure collaborative exchange environment
US9369454B2 (en)2012-04-272016-06-14Intralinks, Inc.Computerized method and system for managing a community facility in a networked secure collaborative exchange environment
US9654450B2 (en)2012-04-272017-05-16Synchronoss Technologies, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment with customer managed keys
US10142316B2 (en)2012-04-272018-11-27Intralinks, Inc.Computerized method and system for managing an email input facility in a networked secure collaborative exchange environment
US9369455B2 (en)2012-04-272016-06-14Intralinks, Inc.Computerized method and system for managing an email input facility in a networked secure collaborative exchange environment
US10356095B2 (en)2012-04-272019-07-16Intralinks, Inc.Email effectivity facilty in a networked secure collaborative exchange environment
US9397998B2 (en)2012-04-272016-07-19Intralinks, Inc.Computerized method and system for managing secure content sharing in a networked secure collaborative exchange environment with customer managed keys
US9148417B2 (en)2012-04-272015-09-29Intralinks, Inc.Computerized method and system for managing amendment voting in a networked secure collaborative exchange environment
US20140164777A1 (en)*2012-12-122014-06-12Richard J. WielopolskiRemote device secure data file storage system and method
US8930700B2 (en)*2012-12-122015-01-06Richard J. WielopolskiRemote device secure data file storage system and method
US9419953B2 (en)2012-12-232016-08-16Mcafee, Inc.Trusted container
US10333926B2 (en)2012-12-232019-06-25Mcafee, LlcTrusted container
US11245687B2 (en)2012-12-232022-02-08Mcafee, LlcHardware-based device authentication
US8850543B2 (en)*2012-12-232014-09-30Mcafee, Inc.Hardware-based device authentication
US9928360B2 (en)*2012-12-232018-03-27Mcafee, LlcHardware-based device authentication
US10083290B2 (en)2012-12-232018-09-25Mcafee, LlcHardware-based device authentication
US8955075B2 (en)*2012-12-232015-02-10Mcafee IncHardware-based device authentication
US10432616B2 (en)2012-12-232019-10-01Mcafee, LlcHardware-based device authentication
US10757094B2 (en)2012-12-232020-08-25Mcafee, LlcTrusted container
US9294478B2 (en)2012-12-232016-03-22Mcafee, Inc.Hardware-based device authentication
RU2632432C2 (en)*2013-02-222017-10-04Куреха КорпорейшнOrally administrated adsorbent, therapeutic agent for kidney disease and therapeutic agent for liver disease
US9697372B2 (en)*2013-03-192017-07-04Raytheon CompanyMethods and apparatuses for securing tethered data
US9712324B2 (en)2013-03-192017-07-18Forcepoint Federal LlcMethods and apparatuses for reducing or eliminating unauthorized access to tethered data
US20140289517A1 (en)*2013-03-192014-09-25Raytheon CompanyMethods and apparatuses for securing tethered data
US20140325685A1 (en)*2013-04-302014-10-30Samsung Electronics Co., Ltd.Method for controlling access to data and electronic device thereof
WO2015016940A1 (en)*2013-08-022015-02-05Nokia Siemens Networks OyCommunication using over-the -top identities without centralized authority
CN104462874B (en)*2013-09-162017-09-05北大方正集团有限公司 A DRM method and system supporting offline sharing of digital resources
US20150082027A1 (en)*2013-09-162015-03-19Peking University Founder Group Co., Ltd.Drm method and drm system for supporting offline sharing of digital contents
CN104462874A (en)*2013-09-162015-03-25北大方正集团有限公司DRM (digital rights management) method and system supporting offline sharing of digital resources
WO2015051017A1 (en)*2013-10-022015-04-09Intralinks, Inc.Method and apparatus for managing access to electronic content
GB2534470A (en)*2013-10-022016-07-27Intralinks IncMethod and apparatus for managing access to electronic content
US9356936B2 (en)2013-10-022016-05-31Intralinks, Inc.Method and apparatus for managing access to electronic content
US10346937B2 (en)2013-11-142019-07-09Intralinks, Inc.Litigation support in cloud-hosted file sharing and collaboration
US10187358B2 (en)2013-12-032019-01-22Amazon Technologies, Inc.Data transfer optimizations
WO2015084890A1 (en)*2013-12-032015-06-11Amazon Technologies, Inc.Data transfer optimizations
US9432186B2 (en)2014-01-132016-08-30Mxtran Inc.Password-based key derivation without changing key
CN104809365A (en)*2014-01-272015-07-29宇瞻科技股份有限公司 Digital rights management system, management method and its information transmission system and method
US10613993B2 (en)*2014-02-032020-04-07Stmicroelectronics SaMethod for protecting a program code, corresponding system and processor
US20150220456A1 (en)*2014-02-032015-08-06Stmicroelectronics SaMethod for protecting a program code, corresponding system and processor
US9613190B2 (en)2014-04-232017-04-04Intralinks, Inc.Systems and methods of secure data exchange
US9762553B2 (en)2014-04-232017-09-12Intralinks, Inc.Systems and methods of secure data exchange
US20240193311A1 (en)*2014-06-032024-06-13Pure Storage, Inc.Encrypting Data Using Non-Repeating Identifiers
US20160134694A1 (en)*2014-11-072016-05-12Startapp, Inc.Content delivery network based network latency reduction apparatus, methods and systems
US11570158B2 (en)2014-12-112023-01-31Amazon Technologies, Inc.Efficient use of keystreams
US9942211B1 (en)*2014-12-112018-04-10Amazon Technologies, Inc.Efficient use of keystreams
US10313319B2 (en)2014-12-112019-06-04Amazon Technologies, Inc.Efficient use of keystreams
US11606380B2 (en)2015-02-132023-03-14Time Warner Cable Enterprises LlcApparatus and methods for data collection, analysis and service modification based on online activity
US11057408B2 (en)2015-02-132021-07-06Time Warner Cable Enterprises LlcApparatus and methods for data collection, analysis and service modification based on online activity
US10489559B2 (en)*2015-07-012019-11-26ViaccessMethod for providing protected multimedia content
US20180091495A1 (en)*2015-07-312018-03-29Huawei Technologies Co., Ltd.CDN-Based Access Control Method and Related Device
US10693858B2 (en)*2015-07-312020-06-23Huawei Technologies Co., Ltd.CDN-based access control method and related device
US10033702B2 (en)2015-08-052018-07-24Intralinks, Inc.Systems and methods of secure data exchange
US20170150196A1 (en)*2015-11-192017-05-25Huawei Technologies Co., Ltd.Account Login Method and Apparatus
US10754929B2 (en)*2016-02-192020-08-25Blackberry LimitedSharing contents between applications
US12267564B2 (en)2016-09-272025-04-01Time Warner Cable Enterprises LlcApparatus and methods for automated secondary content management in a digital network
US11212593B2 (en)2016-09-272021-12-28Time Warner Cable Enterprises LlcApparatus and methods for automated secondary content management in a digital network
US11222097B2 (en)*2017-02-142022-01-11Canon Kabushiki KaishaInformation processing apparatus, information processing method, and computer-readable medium
US12126648B2 (en)2017-08-242024-10-22Visa International Service AssociationUtilizing trust tokens to conduct secure message exchanges
US11399043B2 (en)*2017-08-242022-07-26Visa International Service AssociationUtilizing trust tokens to conduct secure message exchanges
US12124542B2 (en)2018-05-222024-10-22Sony Group CorporationUser-protected license
CN112189197A (en)*2018-05-222021-01-05索尼公司User-protected license
US11743048B2 (en)2019-08-302023-08-29Comcast Cable Communications, LlcMethod and apparatus for secure token generation
US11146398B2 (en)*2019-08-302021-10-12Comcast Cable Communications, LlcMethod and apparatus for secure token generation
CN113765927A (en)*2021-09-092021-12-07图易(常熟)信息技术有限公司Method and system for encrypting network copyright of cloud uploaded content
CN114444091A (en)*2021-12-212022-05-06天翼云科技有限公司 A system, method and storage medium for anti-leech customization based on CDN
US12443763B2 (en)*2023-11-302025-10-14Pure Storage, Inc.Encrypting data using non-repeating identifiers
CN119031189A (en)*2024-08-162024-11-26央视国际网络有限公司 Media content decryption method and device, and electronic device

Also Published As

Publication numberPublication date
US20150095646A1 (en)2015-04-02
CA2822185C (en)2014-04-22
US20130311775A1 (en)2013-11-21
US10417394B2 (en)2019-09-17
CA2767368A1 (en)2011-02-17
US20180144107A1 (en)2018-05-24
CA2822185A1 (en)2011-02-17
CA2767368C (en)2013-10-08
WO2011020088A1 (en)2011-02-17
US9047446B2 (en)2015-06-02
US9858396B2 (en)2018-01-02

Similar Documents

PublicationPublication DateTitle
US10417394B2 (en)Method and system for unified mobile content protection
US11586753B2 (en)Secure content access system
US20210377599A1 (en)Systems and methods for data processing, storage, and retrieval from a server
US8751800B1 (en)DRM provider interoperability
JP4643633B2 (en) Protecting the integrity of streaming content
CN100576148C (en) Systems and methods for providing secure server key operations
US8321690B2 (en)Protecting digital media of various content types
US20040019801A1 (en)Secure content sharing in digital rights management
US20050262573A1 (en)Content presentation
US8595492B2 (en)On-demand protection and authorization of playback of media assets
US20060031175A1 (en)Multiple party content distribution system and method with rights management features
CN101977190B (en)Digital content encryption transmission method and server side
CN101286994B (en)Digital literary property management method, server and system for content sharing within multiple devices
JP2008500589A (en) Secure communication with changing identifiers and watermarking in real time
TW201204011A (en)Systems and methods for securely streaming media content
US7995766B2 (en)Group subordinate terminal, group managing terminal, server, key updating system, and key updating method therefor
WO2005008442A2 (en)Ticket-based secure time delivery in digital networks
US20110113443A1 (en)IP TV With DRM
US8196214B2 (en)Method and apparatus for securing content using encryption with embedded key in content
US20200275142A1 (en)A method for delivering digital content to at least one client device

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:AZUKI SYSTEMS, INC., MASSACHUSETTS

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NAIR, RAJ;MIKHAILOV, MIKHAIL;REEL/FRAME:027844/0086

Effective date:20110128

ASAssignment

Owner name:TELEFONAKTIEBOLAGET LM ERICSSON (PUBL), SWEDEN

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AZUKI SYSTEMS, INC.;REEL/FRAME:034539/0983

Effective date:20140625

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

ASAssignment

Owner name:ERICSSON AB, SWEDEN

Free format text:CORRECTIVE ASSIGNMENT TO CORRECT THE RECEIVING PARTY PREVIOUSLY RECORDED AT REEL: 034539 FRAME: 0983. ASSIGNOR(S) HEREBY CONFIRMS THE ASSIGNMENT;ASSIGNOR:AZUKI SYSTEMS, INC.;REEL/FRAME:049059/0547

Effective date:20140625


[8]ページ先頭

©2009-2025 Movatter.jp