2,075 questions
0
votes
2
answers
110
views
Cashfree Webhook Signature Mismatch in Sandbox Mode in Nodejs – How to Verify Signature?
I'm integrating Cashfree payments and trying to validate webhooks in sandbox mode.
I am parsing the raw request body and using the Client ID that I received from Cashfree, but I still get a signature ...
2
votes
0
answers
62
views
How can I show a picture (.png) in an email created in ms-access vba? [duplicate]
I am using the following code in Access. I have created logo.png to be placed at the end of the code. The file does exist in the Signatures folder. The issue I am having is that 2 days ago the code ...
0
votes
0
answers
45
views
Problem Generating Signature for Subscription Offers – Error Code 18
I'm successfully using Apple subscriptions in my app, but I'm encountering SKErrorCodeDomain error 18 when trying to apply a subscription offer.
I want apply offer code first time only for ...
1
vote
1
answer
109
views
Could not be verified in the Pades signature
I'm getting an error that the mathematical summary could not be verified in the C# Padessignature. I'm using IExternalSignatureContainer. I need your help for signing The code is signing successfully ...
0
votes
3
answers
64
views
Why intermediate Data.Vector.Fixed.Vector values force calling function to require more constraints than those of arguments and return values?
import qualified Data.Vector.Fixed as V
foo :: (V.Vector v (Maybe a),
V.Vector v [Maybe a],
V.Vector v (Maybe [Maybe a]))
=> v (Maybe a) -> v (Maybe [Maybe a])
foo v = V.map ...
1
vote
2
answers
94
views
How to determine the arity of a ≥5.20 signatures method?
Problem shown below:
use 5.036; # signatures
use strictures;
package Foo {
use Moose;
sub quux($self) { ... }
}
package Big::Quux {
use Moose::Role;
sub quux($self, $another) { ... }
...
1
vote
1
answer
310
views
How to verify Google Wallet's callback signature?
When using the Google Wallet API a callback URL can be provided, this will indicate whether the pass has been added or deleted from the user.
I have been trying to do a C# implementation that verifies ...
-2
votes
1
answer
198
views
How do I use Rust to verify a solan signature?
I made a signature on solana
solana verify-offchain-signature --signer DR2BCjL1yX5HnuTSYVMeRY5tsHd8ZJZz2vFf5zs5aYop "55f04639-d058-407a-8b38-7df7b20b39a0" ...
0
votes
0
answers
94
views
Bitunix API returns "Signature Error" (code 10007) when placing an order using aiohttp client in Python
I'm trying to integrate with the Bitunix API (https://openapidoc.bitunix.com/doc/common/introduction.html) using Python and aiohttp. I implemented authentication and signature generation as per the ...
1
vote
1
answer
99
views
Generate PKCS7 Signature with CryptSignMessage / e-token
I'm generating a p7s with CryptSignMessage and etoken (safenet), but after inserting it into the PDF, Adobe indicates that the signature cannot be validated because the document was modified or ...
0
votes
1
answer
94
views
Unfit function signature : the following code still compiles. How is it possible? [duplicate]
Let's have 3 files :
Personne.h :
#include <iostream>
#include <string>
using namespace std;
struct Personne {
string nom;
string prenom;
int age;
Personne();
...
0
votes
0
answers
84
views
Show SVG in Outlook signature
I need to set an organization-wide signature for mails in Outlook. I would like to use dynamic fields and include images. This is what I tried:
<html>
<h1>Test with Image</h1>
<...
1
vote
1
answer
130
views
How to verify files signed by Azure Trusted Signing on Windows
I have a Windows application (written in Rust, but the language isn't the key point here) that periodically checks online for new versions of itself, downloads an .msi installer if an update is ...
-4
votes
1
answer
155
views
Apple development vs Apple Distribution for Microsoft Intune portal
I have an iOS app that i need to send to a collegue (in another country) in the .ipa form to then be published in our Intune company portal. I already had some problems because at first 2 attempts the ...
1
vote
2
answers
123
views
Fullscreen footer email signature
I coded a fullscreen footer email signature.
It is working in Apple Mail MacOS App, and on a Microsoft Outlook App on a Windows machine.
But if somebody replies the signatured email, the reply text ...