{
 "slug": "rts-signature-uniqueness-test",
 "topic_id": "TOPIC-135",
 "cluster": "Aviation, MRO & Aerospace Airworthiness Identity",
 "tier": "Tier A",
 "title": "Unique to one individual: what AC 120-78B demands and what MRO systems deliver",
 "summary": "FAA advisory material requires an electronic signature to be unique to one individual and under that individual's sole control. In production it is a login to a maintenance system, sometimes on a shared shop terminal. Here is a seven-property conformance test.",
 "lede": "Aviation has the strictest signature doctrine of any industry. 14 CFR §43.9 demands the name, signature, certificate number and certificate type of the person approving an aircraft for return to service. §43.12 makes falsifying that record a certificate action. The doctrine is superb. The implementation is a password.",
 "date": "2026-02-13",
 "category": "Vertical",
 "author_id": "tobias-lindqvist-rao",
 "tags": [
  "AC 120-78B",
  "return to service",
  "14 CFR 43",
  "MRO",
  "electronic signature",
  "airworthiness"
 ],
 "image": "https://cdn.twc.sh/images/igcache/RTS%20Signature%20Uniqueness/1200_630/blog.jpg",
 "schema": "Article",
 "key_takeaways": [
  "Uniqueness and sole control are properties of a credential, not of an account policy. A password satisfies neither once it can be typed by a second person.",
  "The FAA consolidated and expanded its falsification provisions by final rule in February 2026, raising the consequence attached to every maintenance record.",
  "Seven properties, applied to four common signature architectures, produce a score you can take to your quality board."
 ],
 "body": [
  {
   "type": "h2",
   "text": "The regulation, precisely"
  },
  {
   "type": "diagram",
   "kind": "flow",
   "alt": "Seven properties, and where a login fails",
   "caption": "A username and password on a shared terminal fails the first two, which are the ones that matter.",
   "nodes": [
    {
     "label": "Unique to one individual",
     "note": "shared credentials fail",
     "bad": true
    },
    {
     "label": "Under that person's sole control",
     "note": "a password is shareable",
     "bad": true
    },
    {
     "label": "Not forgeable",
     "note": "depends on storage"
    },
    {
     "label": "Bound to the record signed",
     "note": "usually not",
     "bad": true
    },
    {
     "label": "Retained with the record",
     "note": "usually yes",
     "good": true
    }
   ]
  },
  {
   "type": "p",
   "html": "14 CFR §43.9(a)(4) requires the maintenance record entry to include the signature, certificate number and kind of certificate held by the person approving the work. §43.11 imposes parallel requirements for inspections. §43.12 prohibits any fraudulent or intentionally false entry, and makes such an entry a basis for suspending or revoking the certificate of the person who made it."
  },
  {
   "type": "p",
   "html": "Advisory Circular 120-78B addresses acceptance of electronic signatures, recordkeeping and manuals. Its operative characteristics for a signature are that it must be unique to one individual, under the sole control of that individual, capable of verification, and linked to the record such that a subsequent change is detectable."
  },
  {
   "type": "p",
   "html": "Read those four characteristics as an engineer rather than as a compliance reader. They are a specification, and they describe a possession-based credential with content binding. They do not describe a username and a password."
  },
  {
   "type": "h2",
   "text": "What sole control means when there is a shop terminal"
  },
  {
   "type": "p",
   "html": "Sole control is the property that a knowledge factor cannot have. A password is a string; a string can be observed, remembered, written down, or typed by a lead technician closing out a work package for someone who went home at shift change."
  },
  {
   "type": "p",
   "html": "None of that is exotic misconduct. It is the ordinary operation of a hangar, and it is why MRO quality systems spend effort on individual-account policies, badge readers and periodic disciplinary reminders — procedural controls against a property the technology does not provide."
  },
  {
   "type": "callout",
   "title": "Why 2026 raised the stakes.",
   "html": "The FAA issued a final rule in February 2026 consolidating and expanding its falsification scheme across applications, records and documents submitted to the agency, and Part 139 CertAlert 26-01 addressed falsification with effect from February 2026. The consequence attached to a record entry went up. The evidentiary strength of the entry did not."
  },
  {
   "type": "h2",
   "text": "The seven-property test"
  },
  {
   "type": "p",
   "html": "Score each of your systems. Yes or no; partial credit hides the problem."
  },
  {
   "type": "table",
   "head": [
    "#",
    "Property",
    "Derived from"
   ],
   "rows": [
    [
     "1",
     "Is the signing factor something the individual possesses, not something they know?",
     "AC 120-78B sole control"
    ],
    [
     "2",
     "Can the factor be used by another person without the individual's physical participation?",
     "AC 120-78B uniqueness"
    ],
    [
     "3",
     "Does the signature cover the record content, such that alteration breaks verification?",
     "AC 120-78B linkage"
    ],
    [
     "4",
     "Does the record include certificate number and kind of certificate within the signed object?",
     "§43.9(a)(4)"
    ],
    [
     "5",
     "Can a third party verify the signature without access to your maintenance system?",
     "AC 120-78B verifiability"
    ],
    [
     "6",
     "Is a correction distinguishable from an alteration in the verified record?",
     "§43.12 exposure"
    ],
    [
     "7",
     "Does verification survive the software vendor ceasing to exist?",
     "Record retention horizon"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "Four architectures, scored"
  },
  {
   "type": "table",
   "caption": "Typical scores. Substitute your own system's behaviour rather than assuming the row that looks closest.",
   "head": [
    "Architecture",
    "1",
    "2",
    "3",
    "4",
    "5",
    "6",
    "7"
   ],
   "rows": [
    [
     "Username and password in the MIS",
     "No",
     "No",
     "No",
     "Partly",
     "No",
     "No",
     "No"
    ],
    [
     "Password plus badge swipe at terminal",
     "Partly",
     "No",
     "No",
     "Partly",
     "No",
     "No",
     "No"
    ],
    [
     "PKI smartcard signing the record",
     "Yes",
     "Yes",
     "Yes",
     "Yes",
     "Partly",
     "Partly",
     "Partly"
    ],
    [
     "Hardware credential with user verification, signing a canonical record statement",
     "Yes",
     "Yes",
     "Yes",
     "Yes",
     "Yes",
     "Yes",
     "Yes"
    ]
   ]
  },
  {
   "type": "p",
   "html": "Property seven deserves a note. Aircraft records outlive software vendors routinely — a 1998 airframe has changed maintenance systems three times. A signature that can only be verified inside a specific product is a signature with an expiry date that nobody wrote down."
  },
  {
   "type": "h2",
   "text": "The canonical maintenance record statement"
  },
  {
   "type": "p",
   "html": "What gets signed should be what §43.9 says the record must contain, rendered as the technician saw it."
  },
  {
   "type": "code",
   "text": "{\n  \"type\": \"manav-stmt/1\",\n  \"action\": \"approve_for_return_to_service\",\n  \"render\": [\n    \"Aircraft: [registration] — [type] — S/N [serial]\",\n    \"Work performed: [description of work]\",\n    \"Reference: [maintenance data, revision]\",\n    \"Total time in service: [hours]\",\n    \"Date: [date of completion]\",\n    \"Approved by: [name], cert [number], [kind of certificate]\"\n  ]\n}"
  },
  {
   "type": "p",
   "html": "Canonicalisation under RFC 8785 means the same logical content always yields identical bytes, which is what makes property three — alteration detection — actually work across systems rather than only within one."
  },
  {
   "type": "h2",
   "text": "Who this protects"
  },
  {
   "type": "p",
   "html": "It is tempting to frame this as an organisational risk control. It is more accurately a technician protection."
  },
  {
   "type": "p",
   "html": "Under §43.12, the exposure for a false entry attaches to the individual whose certificate is on the record. A mechanic disputing an entry made under their credentials currently has nothing to offer but their word against a system log. A signature they did not produce is exculpatory evidence, and today it does not exist — which is an argument worth making to a union as readily as to a quality board."
  },
  {
   "type": "h2",
   "text": "What the FAA has and has not said"
  },
  {
   "type": "p",
   "html": "The agency accepts electronic signatures meeting the AC's characteristics, and password-based implementations are in widespread accepted use. Nothing here asserts that any MRO is non-compliant or that any system has been rejected."
  },
  {
   "type": "p",
   "html": "The claim is narrower and testable: acceptance and evidentiary strength are different properties, and the seven-property test measures the second one."
  },
  {
   "type": "h2",
   "text": "A seven-property conformance test"
  },
  {
   "type": "table",
   "caption": "Test each property against your MRO system",
   "head": [
    "Property",
    "Evidence required"
   ],
   "rows": [
    [
     "Unique to one individual",
     "No shared or generic accounts on signing terminals"
    ],
    [
     "Sole control",
     "Something the individual holds, not something they can tell someone"
    ],
    [
     "Not readily forgeable",
     "Key material in hardware, not a hash in a table"
    ],
    [
     "Bound to the specific record",
     "A digest of the record inside the signature"
    ],
    [
     "Detects later alteration",
     "Verification fails if the record changed"
    ],
    [
     "Retained with the record",
     "For the required retention period"
    ],
    [
     "Verifiable by a third party",
     "Without access to the operator's systems"
    ]
   ]
  },
  {
   "type": "h2",
   "text": "Objections and honest limits"
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Our system requires a password re-entry to sign.”</strong> That tests knowledge, which is shareable, and it is frequently shared on a shop floor for entirely practical reasons. Sole control means possession, not knowledge."
  },
  {
   "type": "p",
   "html": "<strong style=\"font-weight:600\">“Regulators accept our system today.”</strong> Acceptance reflects what has been available. The conformance question is what the signature proves, and that is the question asked after an incident rather than during an audit."
  }
 ],
 "faq": [
  {
   "q": "Is a password-based RTS signature non-compliant?",
   "a": "No. Password-based electronic signatures are in accepted use across the industry. The test measures evidentiary strength, not regulatory acceptance, and the article is explicit about the distinction."
  },
  {
   "q": "Would this require re-validating our maintenance system?",
   "a": "The change is at the signing component. The record structure, the data fields and the audit trail are unchanged, so in most architectures this is a change control rather than a revalidation."
  },
  {
   "q": "How does this interact with EASA Part-145 requirements?",
   "a": "The uniqueness and sole-control concepts appear in comparable form. A signature that satisfies the seven properties satisfies both frameworks' characteristics; acceptance remains a matter for each authority."
  },
  {
   "q": "What about paper records?",
   "a": "A wet signature has sole control by default. The test is aimed at electronic records, where that property has to be engineered rather than assumed."
  },
  {
   "q": "Does a password re-entry satisfy sole control?",
   "a": "No. Knowledge is shareable and is frequently shared on a shop floor. Sole control means possession of something only that individual holds."
  },
  {
   "q": "What is the most commonly failed property?",
   "a": "Binding. Most systems record that a person signed, not what they signed, so a later alteration is undetectable."
  },
  {
   "q": "Why does third-party verifiability matter?",
   "a": "Because the record must outlive the maintenance system, and a regulator should not need your systems to check it."
  }
 ],
 "sources": [
  {
   "t": "14 CFR §§43.9, 43.11 and 43.12 — maintenance record content, inspection entries and falsification."
  },
  {
   "t": "FAA Advisory Circulars",
   "u": "https://www.faa.gov/regulations_policies/advisory_circulars"
  },
  {
   "t": "Federal Aviation Administration regulations and policies",
   "u": "https://www.faa.gov/regulations_policies"
  },
  {
   "t": "RFC 8785 — JSON Canonicalization Scheme",
   "u": "https://www.rfc-editor.org/rfc/rfc8785"
  }
 ],
 "related": [
  {
   "slug": "aviation-correction-chain",
   "title": "The FAA expanded its falsification rule in 2026",
   "category": "Vertical"
  },
  {
   "slug": "release-certificate-receipt",
   "title": "625 stolen engine parts and a paper tag",
   "category": "Vertical"
  },
  {
   "slug": "part-11-signature-evidentiary-ladder",
   "title": "A username and a password: what a GxP signature proves",
   "category": "AEO"
  }
 ],
 "wordcount": 1176,
 "url": "/blog/rts-signature-uniqueness-test.html",
 "reading_time": "5 min read",
 "image_title": "RTS Signature Uniqueness",
 "seo_title": "What AC 120-78B demands of MRO signature systems",
 "meta_description": "FAA advisory material requires an electronic signature to be unique to one individual and under that individual's sole control.",
 "hub": {
  "slug": "topics/airworthiness-identity",
  "title": "Aviation and airworthiness identity"
 },
 "answer": "That the signature cannot be produced by anyone else, and that the individual has sole control of whatever produces it. FAA advisory material states it plainly. In production it is frequently a login to a maintenance system, sometimes on a shared shop terminal, which fails both halves.",
 "answer_q": "What does 'unique to one individual' actually require?",
 "glossary": [
  {
   "term": "Sole control",
   "def": "The property that only the named individual can cause the signature to be produced. Knowledge-based factors fail this because knowledge is shareable."
  },
  {
   "term": "Conformance test",
   "def": "A checklist converting advisory language into properties a system either has or does not."
  },
  {
   "term": "Record binding",
   "def": "Including a digest of the signed record inside the signature, so alteration is detectable."
  }
 ],
 "checklist": {
  "title": "Running the test on your own system",
  "id": "test",
  "desc": "Four steps.",
  "steps": [
   {
    "name": "Inventory signing terminals.",
    "text": "And whether any of them carry shared or generic accounts."
   },
   {
    "name": "Establish what produces the signature.",
    "text": "Knowledge, possession, or both."
   },
   {
    "name": "Check binding.",
    "text": "Does the signature cover the record's contents, or only reference it?"
   },
   {
    "name": "Check third-party verifiability.",
    "text": "Could a regulator check it without your systems, in ten years?"
   }
  ]
 },
 "cta": {
  "title": "Where this fits in Manav",
  "html": "Manav binds an airworthiness or operational signature to the exact record it certifies, on a credential under one individual's sole control, and produces a receipt an auditor or a regulator can verify years later without access to the operator's systems.",
  "href": "../docs.html",
  "label": "See signature binding"
 }
}