Sign inSign up

openeuler/tongsuo

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.0K

openeuler/tongsuo repository overview

Quick reference

Tongsuo | openEuler

Current Tongsuo docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Tongsuo (铜锁) is an open-source foundational cryptographic library that provides modern cryptographic algorithms and secure communication protocols. It delivers underlying cryptographic capabilities for storage, networking, key management, privacy computing, and many other business scenarios, enabling confidentiality, integrity, and authentication of data during transmission, usage, and storage, providing privacy and security protection throughout the data lifecycle.

Learn more on 铜锁开源密码库 · 语雀.

The tag of each Tongsuo docker image is consist of the version of Tongsuo and the version of basic image. The details are as follows

TagCurrentlyArchitectures
8.4.0-oe2403sp4Tongsuo 8.4.0 on openEuler 24.03-LTS-SP4amd64, arm64
8.4.0-oe2403sp3Tongsuo 8.4.0 on openEuler 24.03-LTS-SP3amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/tongsuo image from docker

    docker pull openeuler/tongsuo:{Tag}
    
  • View Tongsuo version

    docker run --rm openeuler/tongsuo:{Tag} tongsuo version
    
  • Run speed benchmark

    docker run --rm openeuler/tongsuo:{Tag} tongsuo speed
    
  • Run with an interactive shell

    docker run -it --rm openeuler/tongsuo:{Tag} bash
    

    Inside the container, tongsuo can be used as a drop-in replacement for OpenSSL, supporting TLS/SSL connections, certificate management, encryption/decryption, digest computation, etc. For example:

    tongsuo help
    tongsuo version
    tongsuo speed sm2
    tongsuo speed sm3
    tongsuo speed sm4
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:d7b2cae5a

Size

70.7 MB

Last updated

2 months ago

docker pull openeuler/tongsuo

This week's pulls

Pulls:

4

Last week