-
The current issue is just a dashboard for all algorithms/operations/providers supported or planned to be supported by the library. Status is updated after release where specific item is implemented. L…
-
### Feature Description
The vertex model doesn't work on vercel edge. This is cause by the auth-library not being compatible with the edge. This could be easily replaced by a vanilla js script:
…
-
```
cd credentials-decrypt/test
ubuntu@x:/opt/czdap-tools/credentials-decrypt/test$ python test-decrypt.py
Traceback (most recent call last):
File "test-decrypt.py", line 5, in
from Crypto.Ciph…
-
I have the public key from a redbear/Duo an it is in pkcs1-public-der
The Duo Documentation says:
> Response string (e.g.) : {"b":"ascii hex-encoded data","r":0} // 0 ok, non zero problem with in…
-
I'm desperatly trying to handle EdDSA / ed25519 private key in any library.
Most of them accept only PKCS8 format, while sshpk handle only PKCS1
Even node crypto can't import it :
```
const cryp…
-
سلام . خسته نباشید موقع اجرای get_token.py با خطای زیر مواجه میشم . لطفا راهنمایی بفرمایید . با تشکر
Traceback (most recent call last):
from Cryptodome.Signature import pkcs1_15
ModuleNotFou…
-
Is it possible to use Cipher.ALG_RSA_PKCS1 in PIV_SUPPORT_RSA instead on the default Cipher.ALG_RSA_NOPAD?
Will the PIV applet work the same?
-
Hi there I have encountered a problem where RSA decryption will fail if there is one byte in my cipher text that contains "0x00". I have been testing this for all night and it works fine with another …
-
### Description:
In the "DeDRM_tools/DeDRM_plugin/adobekey.py", "DeDRM_tools/DeDRM_plugin/androidkindlekey.py", "DeDRM_tools/DeDRM_plugin/ignobleepub.py" and "DeDRM_tools/DeDRM_plugin/ignoblepdf.py…
-
The streaming service fails when using the private key content. It seems to require a PKCS1 key that starts with "BEGIN RSA PRIVATE KEY" but there is no way to generate a PKCS1. Nor does it accepts th…