under the regulation of the e-invoicing in Egypt, the invoices must be electronically signed before submission. I have been trying to follow the steps in there website: here but I dont have much experience in this field and I dont find enough resources in that link to create the e-signature from the usb token on the hashed value.
Asked
Active
Viewed 1,019 times
0
-
In case you are looking to sign from modern browser, you may find some points in this https://stackoverflow.com/a/63173083/9659885 answer useful...! – Bharat Vasant Apr 21 '22 at 06:39
-
We have added support for Digital Signature as per Egypt ITIDA CAdES-BES standard in Signer.Digital offerings. – Bharat Vasant Jul 08 '22 at 10:21
-
Refer to answer https://stackoverflow.com/a/63173083/9659885 for Javascript APIs for signing as per Egypt ITIDA CAdES-BES – Bharat Vasant Jul 13 '22 at 09:44
1 Answers
0
You may use Signer.Digital Browser Extension provided from Signer.Digital completely free.
Download and Install complete setup (just 1.65 MB) Signer.Digital Browser Extension host form CNet Download
Use below Javascript in your html page code to get CAdES-BES Signature as per ITIDA Egypt standards for Egypt eInvoicing:
SignResult = await SignerDigital.signHashCAdESEg(<hash of your Json or XML>);
Pass certThumbPrint parameter to above method to select Certificate Silently without opening Certificate Selection dialog.

Bharat Vasant
- 850
- 3
- 12
- 46
-
-
Extension is working... Please Don't post such short comments... write what error you are getting or seek help from our helpdesk... – Bharat Vasant Apr 05 '23 at 07:21
-
After installing the extension on an updated Chrome browser and restarting it, clicking on the extension icon does nothing, if you check extension comments, I'm not the only person with this issue. – Boštjan Pišler Apr 05 '23 at 19:43
-
1This extension provides JavaScript API that a web-developer needs to integrate in it's webpage...!! This extension is not for stand-alone end users...! We will update this as message on clicking extension icon in the browser... – Bharat Vasant Apr 06 '23 at 09:25
-
Yes, that will be helpful. Thanks for clarifying, will try it again. – Boštjan Pišler Apr 11 '23 at 06:43
-
1Updated version 3.2.2 now has popup on clicking Extension Icon in Extension Toolbar in Chrome and Edge... Will also update in Firefox. Thanks. – Bharat Vasant Apr 11 '23 at 13:12