-
My Code
```
rawGenerateEncryptData(rsa, obj, function sign(hmac) {
let rsa = new JSEncrypt()
rsa.setPrivateKey(privateKey)
return rsa.sign(hmac, CryptoJS.SHA256, "sha256");
})
```
Wher…
-
### Checked Existing
- [X] I have checked the repository for duplicate issues.
### What enhancement would you like to see?
Migrate (some) tokens to using asymmetric cryptography (public/priva…
-
With JSCH version 0.1.55, we were able to successfully authenticate using a password. However, after upgrading to version 0.2.16, password authentication is no longer successful.
Here is the relevant…
-
Working on an implementation for https://www.ietf.org/archive/id/draft-amjad-cfrg-partially-blind-rsa-03.html, wanted to see if desire of this would be making new function for functions such as Blind …
-
`apksigner` throws an error on it:
ERROR: JAR signer CLAVEJAV.RSA: JAR signature META-INF/CLAVEJAV.RSA uses digest algorithm 2.16.840.1.101.3.4.2.1 and signature algorithm 1.2.840.113549.1.1.1w…
-
## Description
When using `rnp_op_verify_execute` with detached signature file in incorrect format, I receive `RNP_ERROR_BAD_PARAMETERS` error code instead of `RNP_ERROR_BAD_FORMAT`.
First, the …
-
### Description
The section at https://github.com/auth0/express-jwt#multi-tenancy describes the function signature of the (poorly-named, in the case of RSA-256 verification) "secret" function signa…
-
### Cant install RPM build v1.1.0.02755 on TMOS 17.1.x.
RPM installation fails with error:
```
# rpm -ivh mhsm-pkcs11-1.1.0.02755-1.cm2.x86_64.rpm
warning: mhsm-pkcs11-1.1.0.02755-1.cm2.x86_64…
-
In some cases, when using DKIM::TextWrap, some spaces are added between keys and values (d=, s=).
Example:
```
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= server0.domain.tld; h=fro…
bigio updated
4 months ago
-
### Related problem
# My need
I have security needs that require the use of an ECDSA certificate allowing key exchange based on an elliptic curve algorithm.
# The problem
I have used my own EC…