electronic-signature

Convert Topaz Sigweb sigstring to Base64

核能气质少年 提交于 2020-12-01 06:52:32
问题 I am working on a mobile application(ionic) where there is a field for user's signature. Users needs to sign with their finger in canvas. Now this application has web version, where they used topaz sigweb to do this. Now to save signature and to view in both ends i need some kind of conversion. I checked sigweb's documentation, they save the signature in ASCHII hex format. I am not sure if they are using any kind of internal encryption or not because i can not convert the hex string to any

Convert Topaz Sigweb sigstring to Base64

走远了吗. 提交于 2020-12-01 06:49:31
问题 I am working on a mobile application(ionic) where there is a field for user's signature. Users needs to sign with their finger in canvas. Now this application has web version, where they used topaz sigweb to do this. Now to save signature and to view in both ends i need some kind of conversion. I checked sigweb's documentation, they save the signature in ASCHII hex format. I am not sure if they are using any kind of internal encryption or not because i can not convert the hex string to any

Convert Topaz Sigweb sigstring to Base64

淺唱寂寞╮ 提交于 2020-12-01 06:48:56
问题 I am working on a mobile application(ionic) where there is a field for user's signature. Users needs to sign with their finger in canvas. Now this application has web version, where they used topaz sigweb to do this. Now to save signature and to view in both ends i need some kind of conversion. I checked sigweb's documentation, they save the signature in ASCHII hex format. I am not sure if they are using any kind of internal encryption or not because i can not convert the hex string to any

Signature Capture within PhoneGap

瘦欲@ 提交于 2020-01-23 08:22:47
问题 I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J. Bradley's signature Pad javascript plugin (http://thomasjbradley.ca/lab/signature-pad/). The first works pretty well on the android device but requires a license. The second works well in a browser but does not work at all when run within my

Signature Capture within PhoneGap

爷,独闯天下 提交于 2020-01-23 08:21:46
问题 I am attempting to add signature capture functionality to a PhoneGap application. I have found a few options such as signature capture 2.8.1 (http://androidapp.lisisoft.com/apps-android-phone/108585-biz.binarysolutions.signature.html) and Thomas J. Bradley's signature Pad javascript plugin (http://thomasjbradley.ca/lab/signature-pad/). The first works pretty well on the android device but requires a license. The second works well in a browser but does not work at all when run within my

How to redirect to back after signing completion in docuSign

陌路散爱 提交于 2020-01-03 05:03:06
问题 I'm trying to embedded signing workflow through this API http://iodocs.docusign.com/APIWalkthrough/embeddedSigning after successfully execution of this I got this response API Call Result: { url: 'https://demo.docusign.net/Member/StartInSession.aspx?t=sdf34f6-8592-4250-83a8-4bf34f5g3t' } Navigate to the above URL to start the Embedded Signing workflow... I opened this url in browser manually and tried to sign. after singing it asked to click on finish to complete this process(as obvious). but

Electronic signature PDF Android

这一生的挚爱 提交于 2019-12-25 08:07:53
问题 I need to make an app where you will open a PDF document, show it to a customer and he will electronically sign it(write his signature on a tablet). From what I read you need the data from the signature being created (time stamp, pressure and time from drawing) and attach it to the PDF. But is this enough? So to open a canvas, read the data and attach it to the PDF with the signature image itself or do I need to digitally sign the PDF as well? If this is it enough, then where to attach all

How can i prevent Universal Signature Forgery (USF) , Incremental Saving Attack (ISA), Signature Wrapping (SWA) in Apache PDFBox

女生的网名这么多〃 提交于 2019-12-19 11:23:29
问题 Currently Iam creating a digital and electronic signature using apache pdfbox. Recently i came to know the vulnerabilities in digital and electronic signature like Universal Signature Forgery (USF), Incremental Saving Attack (ISA) and Signature Wrapping (SWA). Does PDFBox takes this care automatically or do we need to enforce additionally in code to take care of this 回答1: On the attacks themselves To start with, the attacks mentioned have been developed in a master thesis ("Security of PDF

How can i prevent Universal Signature Forgery (USF) , Incremental Saving Attack (ISA), Signature Wrapping (SWA) in Apache PDFBox

浪子不回头ぞ 提交于 2019-12-19 11:22:15
问题 Currently Iam creating a digital and electronic signature using apache pdfbox. Recently i came to know the vulnerabilities in digital and electronic signature like Universal Signature Forgery (USF), Incremental Saving Attack (ISA) and Signature Wrapping (SWA). Does PDFBox takes this care automatically or do we need to enforce additionally in code to take care of this 回答1: On the attacks themselves To start with, the attacks mentioned have been developed in a master thesis ("Security of PDF

How to sign a PDF in Android

拈花ヽ惹草 提交于 2019-12-19 08:06:21
问题 I have to implement in an Android application a function that allow me to sign a PDF, when i say "sign" I mean the digital signature (First and second name) affixed to the end of the document from the user. I have access to a Samsung Note 4 (with stylus) then it would not be a problem, "write" on the display. The question is: there is the possibility to sign a document using some library like itext or I must write a custom function ? 回答1: I guess you want to apply an electronic signature on a