[转帖]windows certutil工具

windows,certutil,工具 · 浏览次数 : 0

小编点评

**使用certutil 工具的步骤:** 1. 打开命令行或 PowerShell。 2. 进入包含待处理的字符串的文本文件。 3. 使用以下命令运行 certutil 工具: ``` certutil -hashfile test.txt SHA1 test.txt ``` 4. 将输出中的 SHA1 值存储在变量中,例如: ``` hash_value = output_string ``` **使用hashlib 模块的步骤:** 1. 使用 hashlib 模块导入 SHA1 类: ```python import hashlib ``` 2. 使用 hashlib 的 SHA1 类计算 SHA1 值: ```python hash_obj = hashlib.sha1() hash_obj.update(text_to_hash) hash_value = hash_obj.hexdigest() ``` 3. 将输出中的 SHA1 值存储在变量中,例如: ```python hash_value = hash_value ``` **注意事项:** * 使用 `certutil` 工具需要 Windows 系统,因为它依赖于证书管理功能。 * `hashlib` 模块的 `sha1` 类仅支持 SHA1 哈希算法。

正文

https://www.cnblogs.com/superlazybug/p/16448659.html

 

最近在项目上,有个功能的入口是字符串的SHA1值,所以打桩跑的时候,经常需要自己计算SHA1,开始使用的是python 的hashlib ,能满足日常使用

后来发现,windows 自带的certutil 工具也可以

 

在windows 下自带了certutil 工具

在命令行,执行 

certutil -hashfile test.txt SHA1 

test.txt里放入待处理的字符串就行了,感觉也很方便

看帮助的话

certutil [options] -hashfile infile [hashalgorithm]

hashalgorithm是哈希算法的名称,也就是不仅SHA1,SHA256,MD5也都是可以的

 

这个工具本来应该是给证书准备的工具,还有很多加减密相关的功能 

certutil |微软文档 (microsoft.com)

计算Base64

 

与[转帖]windows certutil工具相似的内容:

[转帖]windows certutil工具

https://www.cnblogs.com/superlazybug/p/16448659.html 最近在项目上,有个功能的入口是字符串的SHA1值,所以打桩跑的时候,经常需要自己计算SHA1,开始使用的是python 的hashlib ,能满足日常使用 后来发现,windows 自带的cer

[转帖]Certutil工具(Windows命令行下载常用)

工具介绍 certutil是windows下一款下载文件的工具,自从WindowsServer2003就自带,但是在Server 2003使用会有问题,也就是说,以下命令是在Win7及其以后的机器中使用。其功能可校验文件MD5,SHA1,SHA256,下载恶意文件和免杀 Certutil Certu

[转帖]certutil

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/certutil Certutil.exe is a command-line program, installed as part of

[转帖]Windows Server 2022 简体中文版、英文版下载 (updated Oct 2022)

https://sysin.org/blog/windows-server-2022/ Windows Server 2022 正式版,2022 年 10 月更新,VLSC Posted by sysin on 2022-10-27 Estimated Reading Time 8 Minutes

[转帖]Windows Server 2025 简体中文版下载(Inside Preview),下一代 Windows 11 Server

https://sysin.org/blog/windows-server-2025/ 我们知道 Windows Server 2022 仍然属于 Windows 10 Server 的范畴。现在,下一代基于 Windows 11 的 Windows Server 已经可以公开下载,根据 A3 的产

[转帖]Windows Server 2016与旧版本系统比较

一、性能和可扩性 特征描述 Windows Server 2012/2012 R2 标准版和数据中心 Windows Server 2016 标准版和数据中心 物理内存(主机)支持 每个物理服务器至多为 4TB 每个物理服务器至多为 24TB (6x) 物理(主机)逻辑处理器支持 至多为 320 L

[转帖]【Windows】将bat文件注册为windows服务

1、编写服务的bat文件 @echo off C: cd C:\TeldAPP\Monitor\windows_exporter C:\TeldAPP\Monitor\windows_exporter\windows_exporter-0.16.0-386.exe --config.file=C:\

[转帖]Windows的sc命令详解

https://www.codenong.com/cs106052166/ 命令帮助 在dos窗口输入sc即可 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515

[转帖]Windows sc 命令

语法# sc [] config [] [optionname= optionvalues] 注意 每个命令行选项 (参数) 必须包含等号作为选项名称的一部分。 选项及其值之间需要一个空格 (例如 ,type= own。 如果省略空格,操作将失败)。

[转帖]Windows Service Wrapper

Windows Service Wrapper in a permissive license WinSW wraps and manages any application as a Windows service. We are actively developing WinSW 3. Plea