Hatter Jiang

Results 8 issues of Hatter Jiang

``` diff --git a/app/src/views/Share.vue b/app/src/views/Share.vue index 7e62d1e..506066a 100644 --- a/app/src/views/Share.vue +++ b/app/src/views/Share.vue @@ -27,7 +27,7 @@ export default { const screen = this.$route.params.screen; this.rtcInstance = await createOffer(screen); this.rtcInstance.onConnect(this.onConnect); - this.rtcInstance.onConnect(this.onDisconnect);...

According to the [Redis Modules API References](https://redis.io/docs/reference/modules/modules-api-ref/), from Redis 7.2 supports `RedisModule_RegisterAuthCallback` customize user auth processing, consider add support in macro `redis_module!()`.

I think the provider implements use ServiceLoader (http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html) will be better.

enhancement

```shell $ cat ~/.gitconfig [push] default = matching [user] email = **@gmail.com name = **** ``` Try read user.name and user.email from `~/.gitconfig` , make default values for `authors` in...

Use command line `pkcs11-tool` form OpenSC, command: ```shell pkcs11-tool --module /Users/hatterjiang/temp/native-pkcs11/target/debug/libnative_pkcs11.dylib -O --type cert ``` Will outputs error like ` e=4 is not a valid attribute type`. ``` Certificate Object;...

I use filebrowser( https://github.com/filebrowser/filebrowser ) manage personal files, but filebrowser not supports file encryption. I noticed filebrowser use afero as fs layer. I think AES CTR algorithm encryption in fs...

Source file: https://github.com/aliyun/aliyun-openapi-java-sdk/blob/master/aliyun-java-sdk-core/src/main/java/com/aliyuncs/auth/signers/HmacSM3Signer.java `new BouncyCastleProvider()` is very heavy, `BouncyCastleProvider` should use as singleton, here is the simple benchmark test code: ```java import org.bouncycastle.jce.provider.BouncyCastleProvider; import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import...

OS: MacOS 15.5 yubico-piv-tool: yubico-piv-tool-2.7.0-mac-arm64.pkg cosign: 2.5.2 from https://github.com/sigstore/cosign/releases cosign (latest version) not works with libykcs11 (version 2.7.0), `list-keys-uris` get error `CKR_SLOT_ID_INVALID` ```shell cosign pkcs11-tool list-tokens --module-path /usr/local/lib/libykcs11.dylib Listing tokens...