Decrypt a file using the ZUC cipher

gmssl

  • GmSSL is a crypto toolkit supporting SM1, SM2, SM3, SM4, SM9, and ZUC/ZUC256.
    More information: <http://gmssl.org/english.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

gmssl zuc -d -in {{path/to/file.zuc}}

click the source code to copy