Quick Actions
openssl dgst
Description
Generate message digest (hash) of files.
Command
openssl dgst
Examples
Generate SHA256 hash
openssl dgst -sha256 file.txt
Generate MD5 hash
openssl dgst -md5 file.txt
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-sha256 |
string | No | Use SHA256 algorithm |
-md5 |
string | No | Use MD5 algorithm |
-sha1 |
string | No | Use SHA1 algorithm |
Command Info
Category:
Hashing
Type:
Openssl
Views:
13
Status:
Active
Tags
hash
digest
sha256
md5