Questions tagged [electronic-signature]

Electronic signatures are digital representations of a person's "wet" or "live" signature.

162 questions
1
vote
1 answer

Caputure Signatures in asp.net mvc

I am going to start to work with electronic signatures for a website for my company. I was wondering if anyone had any suggestions on best practices and/or implementations. Note, I am not asking for anyone to spoon feed me code. I want to get ideas…
Gabe
  • 49,577
  • 28
  • 142
  • 181
1
vote
2 answers

e-sign in pdf file, makes multiple paged pdf to single page with same content

Am trying to sign my pdf file which is multiple paged, by fetching the signature drawn in UIView to my pdf file, but the problem I face is, after signing the pdf, signature is integrated with the pdf file where all the pages in the pdf file is…
sathya
  • 135
  • 1
  • 3
  • 19
1
vote
1 answer

Capture view with custom UIView in storyboard returning nothing?

I am using this signature class to add signatures to my iOS application: https://github.com/jharwig/SignatureDemo/blob/master/SignatureDemo/NICSignatureView.h I have the signature view in a storyboard form sheet, and I am able to draw and everything…
1
vote
1 answer

smime sign and id-aa-signingCertificateV2

I am using openssl to sign files using a security token The command that I use is OpenSSL> smime -md sha256 -nodetach -binary -outform DER -sign -signer my.pem -inkey id_XXXXXXXX -keyform engine -in test.txt -out test.p7m -engine pkcs11 and it…
Ottavio Campana
  • 4,088
  • 5
  • 31
  • 58
1
vote
1 answer

electronic signature and digital certificate server on linux

Looking for solution to be able to allow our CRM users to sign online documents on our site , is there opensource solution for this ? basically we will be signing the documents on behalf of the customer for the supplier but of course customer…
1
vote
2 answers

wacom stu-300 , wintab32.dll? Where, how do I start? Cant find wintab32...? VB.NET

I purchased two Wacom stu-300 signature tabs. I had the ooption of buying the significant SDK/software, but I wanted to interact witht he pads myself. From research I see that I basically need access to wintab32.dll. I cant't find it anywhere? Can…
Louis van Tonder
  • 3,664
  • 3
  • 31
  • 62
1
vote
1 answer

Digital/electronic signature basic concepts and Example

I'm totally newbie on this area and I must do a little project with this. Can anyone tell me some links to get a basic example about how implement a simple digital signature. The project is very simple, create one web with a link where i must send…
JosiDiez
  • 67
  • 1
  • 12
0
votes
1 answer

Java Apache PDFBox - issue with generating the hash for external signing or with merging it back - adding Public key certificate chain to PDF

Problem description We have a specific business / technical case - we need to electronically sign PDFs, and to do that we're partnering with a company that handles electronic signature over the hash of a PDF. We more or less know how to get the hash…
jan_s
  • 1
  • 1
0
votes
0 answers

Creating an electronic signature in PHP in openssl

Please help with creating an electronic signature to the API request in PHP. I have an electronic signature generation command in openssl: openssl cms -noattr -sign -binary -nosmimecap -no certs -signed my.crt -key my.key -outform der -in digest.txt…
IronSide
  • 11
  • 3
0
votes
1 answer

PDFBox signed Document prevents modification

I am (successfully) signing a PDF with a .p12 certificate. The problem is, that after signing the pdf, the file cannot be modified anymore. I know that any modification to the pdf breaks the signature but i still want to allow modifications so the…
Joniras
  • 1,258
  • 10
  • 32
0
votes
0 answers

How to calculate average current across load in controlled half wave rectifier?

I know that when anode to cathode current of thyristor drops below holding current thyristor turns off. I am actually stuck in numerical problem where i need to calculate average load current when holding current is 200mA. I will post question below…
0
votes
0 answers

One quadrant multiplier and Four quadrant multip

I am studying Advance electronics subject and i came across topics one quadrant multiplier and four quadrant multiplier. What i can't understand is that how one quadrant multiplier can operate on only when both inputs are positive (eg: +2 and +1 )…
0
votes
2 answers

Firefox plugin to capture signature (via stylus/tablet)

I am wondering if anyone has any experience capturing signatures with a tablet/stylus over the internet. How would you write a plug-in that uses an ActiveX control and can securely post the signature over the web? Or maybe you've got a better idea…
The Chairman
  • 1,159
  • 1
  • 10
  • 15
0
votes
0 answers

Filtering in signal and system

The file “noisy blur img.mat” has been made available on Blackboard. This file contains an image with a physical side length of 1.04 m. The image was blurred by a Gaussian PSF blurring function with e −1 radius of 7 pixels, and corrupted by white…
0
votes
1 answer

How can I get Ak8963 Address from MPU9250

I try to read the value Who I Am from AK8963 in MPU9250, if I read the values of the accelerometer and the gyroscope in other skecth I have not problems, but When I try to configure the magnetometer first I need to know if there is connection in i2c…