From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4003:c06::232; helo=mail-oi0-x232.google.com; envelope-from=sigmaepsilon92@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CA45621C913D8 for ; Wed, 1 Nov 2017 04:01:49 -0700 (PDT) Received: by mail-oi0-x232.google.com with SMTP id j126so2871471oib.8 for ; Wed, 01 Nov 2017 04:05:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=8pwbgKf1DTx4pg0yoYZFzHp3RvUz8sl/LkNgdFrKSj4=; b=lCysQ0cSi/zwaWn2eL9OGSjjUUb6xP47KWXFbusSmUxW4A4T3MdXW+x6jY6be4JpUo KEADx4siZOyWla7f19q9NSadUo5hJMhrsrEGcrkDAeVddS2MxWlyYL9yM4xXEwUBjzoP dWETcjA9hf5xozWIS/Z0Lv2Km80wwrrpp8Ylx8e+9afmRnzoAkOz4g10LhiOL5BhJoci kZCQmRizZyrQgth2Uu1TDuB/auBVXV6Pw7/UD7H3eVY5FGOZYfEEDW8z4ohmuCp9QNaP EIbgBvxKCIvi+uSgISXQ0RYkrYhPkxSwbbvQtQTdfjyn10K+0pIM9zcucxhwYTUw61Sp InMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=8pwbgKf1DTx4pg0yoYZFzHp3RvUz8sl/LkNgdFrKSj4=; b=HsmhOdfXov+co0vLIlwN/4ucZZyhxr88RkXGwXQzic1P3G8K3DFPaq2MQVdeljayxT c6UHfl3HFYT+fIGVn1fgZfuwc1mlTV3keY+BT8bHyN3+gAD2ZfYkytWQsA9rMxryFc7F LPR2xivT612JOiC6sitgzBLGVW9FctYKA3R8M8OlNDBl/wdeQS8/av8+WU2UeNbIku/1 /uHH8+KTq4DBGzZFfsp9Wb4Jr1lTPXKrXHkDQJcmD7wpQYCpNNxwjZauEvbWy3TA8yHV Pp27YENty6VpAOiYG5BBOayAMNsGSnJOy0CAcx4gR1cp8oYhj2qLUNKlu+rjYMkTKH/5 NGgQ== X-Gm-Message-State: AMCzsaUyn8bGVKJHV4x3Gh3cM+mp2dYb2IMS53/GBQG2kQ4ac38VjBh4 wzlvBxTe8qc9xQBfTR8cj+09SFPW31t/Ebl1KePR9g== X-Google-Smtp-Source: ABhQp+Qj6yBA+K6/1xmRFmeRCpws7bDc5fIqFnkPcLKAli8mUK2TLiZslPz/4ModBQe6+0DLYXLv/wedzN26HsPfkAI= X-Received: by 10.157.3.102 with SMTP id 93mr2976329otv.165.1509534341477; Wed, 01 Nov 2017 04:05:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.33.48 with HTTP; Wed, 1 Nov 2017 04:05:40 -0700 (PDT) In-Reply-To: References: From: Michael Zimmermann Date: Wed, 1 Nov 2017 12:05:40 +0100 Message-ID: To: Jeff Westfahl Cc: "edk2-devel@lists.01.org" Subject: Re: UEFI shell hash tools? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 11:01:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I've never seen such tools for uefi but you could probably easily implement them using CryptoPkg's openssl lib. Thanks Michael On Tue, Oct 31, 2017 at 4:18 PM, Jeff Westfahl wrote= : > Hello all, > > I'm looking for tools that run in the UEFI shell and do typical hash func= tions on files. Basically the UEFI shell equivalent of md5sum, sha1sum, sha= 256sum, etc. It seems like these tools would be pretty useful, and that the= y should already exist, but I haven't found anything. Perhaps my google-foo= is weak. > > Does anybody know of any such tools? > > Thank you, > > Jeff Westfahl > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel