gmssl
Verified for current stable LTS
Gmssl Commands
Gmssl command syntax with verified terminal examples.
Commands
8 commands for Gmssl
gmssl Operations
Gmssl Command: Decrypt File Sm4
gmssl sms4 -d -in <path/to/file.sms4> gmssl Operations
Gmssl Command: Decrypt File Zuc
gmssl zuc -d -in <path/to/file.zuc> gmssl Operations
Gmssl Command: Display Version
gmssl version gmssl Operations
Gmssl Command: Encrypt File Sm4
gmssl sms4 -e -in <path/to/file> -out <path/to/file.sms4> gmssl Operations
Gmssl Command: Encrypt File Zuc
gmssl zuc -e -in <path/to/file> -out <path/to/file.zuc> gmssl Operations
Gmssl Command: Generate Sm2 Private Key
gmssl sm2 -genkey -out <path/to/file.pem> gmssl Operations
Gmssl Command: Generate Sm2 Public Key
gmssl sm2 -pubout -in <path/to/file.pem> -out <path/to/file.pem.pub> gmssl Operations
Gmssl Command: Generate Sm3 Hash
gmssl sm3 <path/to/file> Suggest a Gmssl Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gmssl workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.