当前位置: 首页 > news >正文

md5sum 生成 经md5加密后的字符串

 

➜  ~ echo -n 'admin' | md5sum
21232f297a57a5a743894a0e4a801fc3  -~ md5sum -h
md5sum: invalid option -- 'h'
Try `md5sum --help' for more information.
➜  ~ md5sum --help
Usage: md5sum [OPTION]... [FILE]...
Print or check MD5 (128-bit) checksums.
With no FILE, or when FILE is -, read standard input.

  -b, --binary            read in binary mode
  -c, --check             read MD5 sums from the FILEs and check them
  -t, --text              read in text mode (default)
  Note: There is no difference between binary and text mode option on GNU system.

The following three options are useful only when verifying checksums:
      --quiet             don't print OK for each successfully verified file
      --status            don't output anything, status code shows success
  -w, --warn              warn about improperly formatted checksum lines

      --help     display this help and exit
      --version  output version information and exit

The sums are computed as described in RFC 1321.  When checking, the input
should be a former output of this program.  The default mode is to print
a line with checksum, a character indicating type (`*' for binary, ` ' for
text), and name for each FILE.

Report md5sum bugs to bug-coreutils@gnu.org
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
General help using GNU software: <http://www.gnu.org/gethelp/>
For complete documentation, run: info coreutils 'md5sum invocation'

 

相关文章:

  • 七牛云:ckeditor JS SDK 结合 C#实现多图片上传。
  • Linux之进程管理(1)基本介绍
  • HTML元素坐标定位,这些知识点得掌握
  • C#抽象类与抽象方法--就是类里面定义了函数而函数里面什么都没有做的类
  • Oracle 一次 锁表 处理小记
  • Apache所有项目介绍
  • 太吃鸡了
  • 51 nod 1681 公共祖先 (主席树+dfs序)
  • 环境搭建中项目源码地址(零)
  • secure shell(SSH)
  • 关于JAVA日志
  • 在 Node.js 中检测端口 port 是否被占用
  • NFS4中小企业存储实战
  • Lua中实现table的打印输出(print table)
  • win10系统 VMWare12.5虚拟机 Ubuntu 16.04 LTS 开始我的Linux学习
  • 8年软件测试工程师感悟——写给还在迷茫中的朋友
  • es6
  • ES6 学习笔记(一)let,const和解构赋值
  • IIS 10 PHP CGI 设置 PHP_INI_SCAN_DIR
  • iOS小技巧之UIImagePickerController实现头像选择
  • js作用域和this的理解
  • vue从创建到完整的饿了么(11)组件的使用(svg图标及watch的简单使用)
  • webpack入门学习手记(二)
  • 基于axios的vue插件,让http请求更简单
  • 基于webpack 的 vue 多页架构
  • 前端每日实战:61# 视频演示如何用纯 CSS 创作一只咖啡壶
  • 深入体验bash on windows,在windows上搭建原生的linux开发环境,酷!
  • 使用权重正则化较少模型过拟合
  • 2017年360最后一道编程题
  • ​比特币大跌的 2 个原因
  • ​无人机石油管道巡检方案新亮点:灵活准确又高效
  • #NOIP 2014#Day.2 T3 解方程
  • #Spring-boot高级
  • (第9篇)大数据的的超级应用——数据挖掘-推荐系统
  • (二)PySpark3:SparkSQL编程
  • (附源码)spring boot基于Java的电影院售票与管理系统毕业设计 011449
  • (考研湖科大教书匠计算机网络)第一章概述-第五节1:计算机网络体系结构之分层思想和举例
  • .NET 中让 Task 支持带超时的异步等待
  • .NET 中什么样的类是可使用 await 异步等待的?
  • .NET中GET与SET的用法
  • :如何用SQL脚本保存存储过程返回的结果集
  • @Resource和@Autowired的区别
  • [Angularjs]asp.net mvc+angularjs+web api单页应用之CRUD操作
  • [AutoSar]BSW_OS 02 Autosar OS_STACK
  • [bzoj1038][ZJOI2008]瞭望塔
  • [BZOJ4566][HAOI2016]找相同字符(SAM)
  • [C#]DataTable常用操作总结【转】
  • [C/C++随笔] char与unsigned char区别
  • [CISCN 2023 初赛]go_session
  • [Contest20180313]灵大会议
  • [DevOps云实践] 彻底删除AWS云资源
  • [HITCON 2017]SSRFme perl语言的 GET open file 造成rce
  • [JS]JavaScript 简介
  • [LeetCode]—Rotate Image 矩阵90度翻转
  • [Linux] Linux入门必备的基本指令(不全你打我)