💾 Archived View for freeshell.de › tldr › gmssl.gmi captured on 2023-01-29 at 04:51:50. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

gmssl

GmSSL is a crypto toolkit supporting SM1, SM2, SM3, SM4, SM9, and ZUC/ZUC256.

More information.

gmssl sm3 {path/to/file}
gmssl sms4 -e -in {path/to/file} -out {path/to/file.sms4}
gmssl sms4 -d -in {path/to/file.sms4}
gmssl sm2 -genkey -out {path/to/file.pem}
gmssl sm2 -pubout -in {path/to/file.pem} -out {path/to/file.pem.pub}
gmssl zuc -e -in {path/to/file} -out {path/to/file.zuc}
gmssl zuc -d -in {path/to/file.zuc}
gmssl version
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY