-
I have a desktop software that can set up a proxy to communicate with the server. Through Wireshark packet capture, I discovered that the ClientHello message uses GMTLS, and the encryption suite is EC…
-
请问TLCP协议实现是否支持密码套件ECC_SM4_GCM_SM3和ECDHE_SM4_GCM_SM3?
在tls1.h [1] 文件没有找到相关的参数。
[1] https://github.com/jntass/TASSL-1.1.1k/blob/master/include/openssl/tls1.h
-
## Description
Right now our benchmarks with GnuPG are rather crude.
We should have something like OpenSSL's `openssl speed -evp -` so we can check the speed of the popular combinations (block c…
-
`padding = lambda data, block=16: data + [(16 - len(data) % block)for _ in range(16 - len(data) % block)]
def crypt_ecb(self, input_data):
# SM4-ECB block encryption/decryption
…
-
`
#!/usr/bin/env python3
# coding=utf-8
from gmssl.sm4 import CryptSM4, SM4_ENCRYPT, SM4_DECRYPT
key = b'Dem0_wants_girls'
value = bytes.fromhex('5919238bfabd4e4e9622035cb7b1471c') # bytes类型…
-
看了下 似乎证书部分使用了sm2算法,其它部分没有,是否有计划继续?
-
crypt_sm4 = CryptSM4()
sm4_key = bytes(value_list[1])
crypt_sm4.set_key(sm4_key, SM4_DECRYPT)
上述是报错代码,执行之后抛出以下异常
Traceback (most recent call last):
File "test.py", line 22, in
crypt_sm…
-
When building SD8G2 target:
```
Error: unrecognized option -march=armv9-a+i8mm+sm4+sha3+rcpc+crypto+nosve+nosve2
cc1: error: unknown value 'armv9-a+i8mm+sm4+sha3+rcpc+crypto+nosve+nosve2' for '-m…
-
这个软件,真的不错,但是,我有几点建议可以使得工具更加完善
1.异或计算增加说明
![image](https://github.com/yinggegit/DataConverter/assets/25000885/a4adc7bb-c601-40b1-9b0a-31192ad9606b)
这个应该是支持多行异或,但是没有说明,第一次使用会比较蒙圈,建议增加说明或者增加提示,比…
-
Feature gate: `#![feature(stdarch_neon_sm4)]`
This is a tracking issue for NEON intrinsics under the `sm4` feature.
### Public API
```rust
// core::arch::aarch64
fn vsm3*(..);…