# Introduction: Digital Signatures

In the **electronic world**, a **digital signature** is the counterpart of a **handwritten signature** in the physical world. Both serve the same basic purpose: **proof of authenticity** of the signer.

A handwritten signature is a sequence of characters—usually a person’s name—written in their unique style. It has two key properties:

1. It **links the identity** of the signer to the document.
2. It is **distinctive and unique**, giving assurance that it cannot easily be forged.

#### Similarities and Differences

These two properties also apply to **digital signatures**. However, digital signatures go further:

* They provide **stronger security** than physical signatures.
* They offer **additional functionality**, such as automated verification and tamper resistance.

#### Verification Methods

* **Physical signatures**: Verified by a third party who compares the handwritten signature against a known sample.
* **Digital signatures**: Verified automatically using **cryptographic algorithms** embedded in **well-tested libraries** for signing and verification.

#### Physical Signature vs. Digital Signature

| Feature                 | **Physical Signature**                                  | **Digital Signature**                                                              |
| ----------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| **Form**                | Handwritten characters (usually a name in unique style) | Unique numerical value generated by cryptographic algorithms                       |
| **Purpose**             | Links the signer’s identity to a document               | Links the signer’s identity to a digital document                                  |
| **Uniqueness**          | Distinctive to each person, but can sometimes be forged | Mathematically unique, extremely difficult to forge                                |
| **Verification Method** | Verified by a third party, comparing to a known sample  | Verified automatically using cryptographic algorithms and libraries                |
| **Security Level**      | Vulnerable to forgery and manual errors                 | Highly secure, resistant to tampering and impersonation                            |
| **Functionality**       | Proof of identity only                                  | Proof of identity **plus** tamper resistance, automation, and legal enforceability |

#### Key Takeaway

Digital signatures not only replicate the role of handwritten signatures but also **enhance security, reliability, and automation** in the digital space.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-primitives-digital-signatures/what-are-digital-signatures/introduction-digital-signatures.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
