From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 6612842B43 for ; Fri, 23 Dec 2022 01:27:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A6F0868B82B; Fri, 23 Dec 2022 03:27:35 +0200 (EET) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6DA1D68B766 for ; Fri, 23 Dec 2022 03:27:29 +0200 (EET) Received: by mail-ej1-f44.google.com with SMTP id t17so8931740eju.1 for ; Thu, 22 Dec 2022 17:27:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=Wpw7jYyDv7ut5ReMl9Q8HHHkhCAeied15hvFhu6o/8w=; b=MsLnm2npxrAaPdJtix24imLzS6Fmvi0rUv+CcXMWjz3V9L3vonli2zRfCVnXYaG4j7 fjgXjvehRnMxdqWm/T7lcx2zn4mKa9PJeE6cPh1IIedHw/8LnRWDIWaVPHwN3N6enuJp Frkf/fR9sav37B6IHdAoSGWaIh8WocQx7bzQi2J6ekW97ZsHLyvhH9F8+zLg7rAFUSXC 2Lr0PO/4WRZ6lxzOhKL0DK7QLYxZx6hNQgcxsohVCDyKkCh3vkuatcUkj7SLSwP7i/xI vh5UNKueRmmfYSA8SQCJvGu7VxmN0+7uW/iMLIIsiBymI1UgMJqpZiFiY/Nv3R+scaKv fNYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Wpw7jYyDv7ut5ReMl9Q8HHHkhCAeied15hvFhu6o/8w=; b=PqWGNBg8Ka1aepM25Eh9o0x/Ydmq2vsFjcX9jeTg0PBMBAbGNpL+dA73lLl3WIbT5a rlsWOYTG0F7RfIibBPEToNHPpicraP/JOLSEFGbC/4pjMY5/tLNdEiGwK+H3l9+QB1xT e4Y9ddSEaxkvhNLfvMlgcF6XPSOVsHhA00OQbaBaliD6gj/iPQUIkR1iAoxIPshLxvIA WrsoEgzm8m/pOIueklrpHJImTYi0x6si1aoCeHyvHIq2SRu4Ww/mr3I+DoLv9uzVqjMp JG2HdJhGA8a6iFhsUzbsrLASWS2Ox8T6PxWSh60ruhVXKy8rdYFe9OFTBWyDWa1yl7p3 bqcA== X-Gm-Message-State: AFqh2kpdYbpV6QT3u/VCdantMTUSXM11DIvOcvGVLI8GC33Ax2m4scCk cb/9Z9JRTHQzM53JADKAEqV257uqp3DrmVQdZoTZd4TqBmA= X-Google-Smtp-Source: AMrXdXtMg8c9fwu4V89drgYC8/UQRftW5kyXuBtvqW1k0QK3bL+l4OIE7zPfPulQtOv9KbzLQZsA/UKoOVKcqXN/8Fc= X-Received: by 2002:a17:906:1c4f:b0:778:e3e2:8311 with SMTP id l15-20020a1709061c4f00b00778e3e28311mr1007812ejg.342.1671758848315; Thu, 22 Dec 2022 17:27:28 -0800 (PST) MIME-Version: 1.0 References: <7932227f-4a3b-79fc-fa35-d5e61dde842e@gmail.com> In-Reply-To: <7932227f-4a3b-79fc-fa35-d5e61dde842e@gmail.com> From: Mark Gaiser Date: Fri, 23 Dec 2022 02:26:25 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Would a crypto file be acceptable? X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Thu, Dec 22, 2022 at 8:15 PM Gregor Riepl wrote: > > The result should be no need to provide "crypto://". The ffmpeg file > format > > detection should detect that ".crypto" should be handled by the crypto > > plugin. > > Instead of a custom descriptor file format that is only used for this > particular special case, you could also define a custom URI, such as: > > > encrypted-media://key-format:aes128/key:12345667abcdef/iv:12345678/uri:file%3A%2F%2F%2Ftmp%2Ffile.mp4 > > I can't find a single thing about this in the ffmpeg documentation. How is this called, where can I read more about it and - most importantly - does it work out of the box? An option that I'm looking for should work without providing custom arguments in ffmpeg! Regardless, this would be a rather big security hole as a potential key would be plainly visible in url logging. Therefore "hiding" it in a file is probably a better and more secure approach. > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".