# Electronic Signature vs. Digital Signature "Electronic signature" and "digital signature" are often used interchangeably, but they are not the same thing. Understanding the difference is important for choosing the right level of security and legal protection for your documents, especially in the Philippine legal context. **The short version:** All digital signatures are electronic signatures, but not all electronic signatures are digital signatures. A [digital signature](/blog/glossary/digital-signature/) is a specific, more secure type of [electronic signature](/blog/glossary/electronic-signature/) that uses cryptography. ## Definitions ### Electronic Signature An [electronic signature](/blog/glossary/electronic-signature/) is any electronic mark, symbol, sound, or process used to indicate consent or approval in digital form. Under [RA 8792](/blog/glossary/ra-8792/), it is defined as "any distinctive mark, characteristic and/or sound in electronic form, representing the identity of a person and attached to or logically associated with the electronic data message or electronic document." **Examples:** - Typing your name at the end of a document - Clicking "I Agree" on a digital form - Drawing your signature with a stylus - Uploading an image of your handwritten signature - Voice authorization ### Digital Signature A [digital signature](/blog/glossary/digital-signature/) is a specific type of electronic signature that uses [Public Key Infrastructure (PKI)](/blog/glossary/public-key-infrastructure/) and cryptographic algorithms. It creates a mathematically verifiable link between the signer's identity and the document, ensuring that the signature is authentic and the document has not been tampered with. **How it works:** 1. A cryptographic hash of the document is generated 2. The hash is encrypted with the signer's private key 3. The encrypted hash (the digital signature) is attached to the document 4. Anyone can verify the signature using the signer's public key ## Head-to-Head Comparison | Feature | Electronic Signature | Digital Signature | |---------|---------------------|-------------------| | **Definition** | Any electronic mark showing consent | Cryptographically secured signature | | **Technology** | Varies (can be very simple) | [PKI](/blog/glossary/public-key-infrastructure/) and encryption | | **Identity verification** | Varies (from none to moderate) | Certificate-based (strong) | | **Tamper detection** | Not inherent | Built-in (hash comparison) | | **Non-repudiation** | Weak | Strong (cryptographic proof) | | **Legal validity (PH)** | Valid under [RA 8792](/blog/glossary/ra-8792/) | Valid with stronger presumption | | **Evidentiary weight** | Depends on implementation | Stronger under [Rules on Electronic Evidence](/blog/glossary/rules-on-electronic-evidence/) | | **Complexity** | Simple to implement | Requires PKI infrastructure | | **Cost** | Low to none | Higher (certificate costs) | | **Speed** | Fast | Slightly more steps | | **Reversibility** | Depends | Mathematically non-repudiable | ## Security Deep Dive ### Authentication (Who signed?) - **Electronic signature:** Authentication depends on the implementation. A typed name provides weak authentication; a biometric signature provides stronger authentication. There is no inherent mechanism to prove identity. - **Digital signature:** Authentication is provided by the digital certificate, which is issued by a Certificate Authority (CA) after verifying the signer's identity. The certificate binds the signer's identity to their public key. ### Integrity (Has the document been altered?) - **Electronic signature:** No inherent integrity check. A document could be modified after an e-signature is applied, and there may be no way to detect the change. - **Digital signature:** Any modification to the document after signing breaks the cryptographic hash. Verification instantly reveals tampering. ### Non-Repudiation (Can the signer deny signing?) - **Electronic signature:** The signer may be able to deny signing, depending on the strength of the authentication method. - **Digital signature:** Non-repudiation is strong because only the signer's private key could have created the signature. Unless the signer can prove their private key was compromised, they cannot deny the signature. For more on how cryptography prevents fraud, see [how advanced cryptographic technology helps prevent document fraud](/blog/how-advanced-cryptographic-technology-helps-prevent-document-fraud/). ## Legal Standing in the Philippines Both types are legally valid under [RA 8792](/blog/glossary/ra-8792/), but with different presumptions: | Legal Aspect | Electronic Signature | Digital Signature | |-------------|---------------------|-------------------| | Legal validity | Yes (Section 8, RA 8792) | Yes (Section 8, RA 8792) | | Presumption of authenticity | Basic | Stronger (PKI-backed) | | Court admissibility | Yes (with authentication) | Yes (with stronger presumption) | | [E-notarization](/blog/glossary/e-notarization/) use | Permitted | Preferred (more secure) | | Regulatory acceptance | Broad | Broad, with advantages in regulated industries | Under the [Rules on Electronic Evidence](/blog/glossary/rules-on-electronic-evidence/), a digital signature from an accredited CA creates a presumption that the signature is authentic and the document is reliable -- shifting the burden of proof to the party challenging the signature. ## When to Use Each ### Use an Electronic Signature when: - The document is **low-risk** (internal approvals, routine agreements) - **Speed and convenience** are the primary concerns - All parties are comfortable with a simpler authentication method - The legal stakes are **moderate** and the relationship is trusted - Examples: HR onboarding documents, internal sign-offs, NDAs, standard purchase orders ### Use a Digital Signature when: - The document is **high-stakes** (major contracts, financial agreements, litigation documents) - **Maximum security** and non-repudiation are needed - The document may need to be **presented in court** - **Regulatory requirements** mandate strong authentication (banking, government, notarization) - The document will be **[e-notarized](/blog/glossary/e-notarization/)** - Examples: [Board resolutions](/blog/glossary/board-resolution/), [secretary's certificates](/blog/glossary/secretarys-certificate/), notarized contracts, financial instruments, court filings For guidance on making signatures court-ready, see [how to make your digital signatures court-ready in the Philippines](/blog/how-to-make-your-digital-signatures-court-ready-in-the-philippines/). ## Can You Use Both? Yes. Many organizations use electronic signatures for routine documents and digital signatures for high-security documents. The key is matching the signature type to the risk level of the document: | Risk Level | Document Type | Recommended Signature | |-----------|--------------|----------------------| | Low | Internal memos, routine approvals | Electronic signature | | Medium | Standard contracts, vendor agreements | Electronic signature (with audit trail) | | High | Financial agreements, regulated filings | Digital signature | | Critical | Notarized documents, court filings | Digital signature | ## Related Pages - [Glossary: Electronic Signature](/blog/glossary/electronic-signature/) - [Glossary: Digital Signature](/blog/glossary/digital-signature/) - [Glossary: Public Key Infrastructure (PKI)](/blog/glossary/public-key-infrastructure/) - [E-Signature vs. Wet Ink Signature](/blog/compare/e-signature-vs-wet-ink-signature/) - [E-Notarization vs. Physical Notarization](/blog/compare/e-notarization-vs-physical-notarization/) --- [NotarialOS](https://notarialos.com) supports both electronic and digital signatures, letting you choose the right level of security for every document -- with [PKI-backed digital signatures](/blog/glossary/public-key-infrastructure/) for e-notarization and high-security workflows.