-
У меня в php есть код:
$SignedData->VerifyCades($SignedToken, self::CADESCOM_PKCS7_TYPE, 0);
Когда во тип токена $SignedToken не соответствует второму аргументу функции VerifyCades, происходит ошибк…
t3946 updated
3 months ago
-
A long outstanding problem with the Android part of this package is the deprecated usage of older cryptography usage (CBC with PKCS5/PKCS7 padding) for SDK < 23, and the already deprecated JetSec Cryp…
-
I am looking to publish a package which implements pkcs7 detached signature validation.
I was unsure what your package does as the name & links point to your other repo.
-
I'm able to decrypt, edit, and save files with encrypted values, but the recrypt command is consistently failing with an error about pkcs7 public key even when I'm specifying as completely as I can th…
-
你好,在用Java解密 x509.PKCS7EncryptSM2加密的文件时,始终不能正常解密,不知道有没有大佬实现了Java端的代码
-
The PKCS7_encrypt and CMS_encrypt documentation currently recommends the use of triple DES:
> EVP_des_ede3_cbc() (triple DES) is the algorithm of choice for S/MIME use
> because most clients will …
nikic updated
3 years ago
-
报错了: d2i_PKCS7_bio error
15136:error:0D07207B:asn1 encoding routines:ASN1_get_object:header too long:crypto\asn1\asn1_lib.c:101
-
I have a huge PDF file to be signed (280Mb) and I am struggling to find a way to generate a PKCS7 signature without loading everything to the memory. I am able to calculate the `MessageDigest` for tha…
-
Hi there,
I am building a Symfony app.
The TCPDFHelper.php is the responsible for generating the signed pdf.
As you can see at the below screenshot, it is inside the same directory that "data", d…
-
i have tried alot on this bug,
the complete openssl folder is placed in my xcode project but its not detecting.
i tried several waye like drag and drop the file with checkmark copy bundle resources, a…
ghost updated
8 years ago