FUTA
Credence

Research

Research Background & Methodology. Academic context, theoretical framework, methodology, and significance within the Nigerian educational sector.

Abstract

Credence is a software artifact developed as part of a final year research project in the Department of Information Systems at the Federal University of Technology, Akure (FUTA). The study addresses the systemic challenges of credential falsification and operational inefficiencies inherent in the traditional manual verification processes used by Nigerian tertiary institutions. By leveraging the Design Science Research Methodology (DSRM), this project designs and implements a secure, tamper-proof system using Hyperledger Fabric, a permissioned blockchain framework. The resulting system provides a decentralized infrastructure that ensures the immutability of academic records, streamlines the verification process for employers, and restores trust in the certification ecosystem.

Research Context & Problem Statement

The Nigerian higher education sector faces a significant crisis of confidence regarding the authenticity of academic credentials. Current verification mechanisms are largely manual, relying heavily on physical paper certificates and centralized, analog record-keeping systems.

The Problem of Fraud

Recent industry estimates suggest that the financial losses associated with certificate fraud in Nigeria exceed $2 billion annually. The proliferation of falsified credentials undermines the reputation of genuine graduates and exposes employers to the risk of hiring unqualified personnel.

Operational Inefficiencies

The traditional verification process is characterized by severe delays. Local and international employers often endure a waiting period of two to six weeks to verify a single credential. This latency is caused by the need to physically contact university registrars via postal mail or telephone calls.

Systemic Vulnerabilities

Reliance on physical documents makes the system highly susceptible to fraud. Paper certificates can be easily replicated or altered by skilled forgers. Furthermore, centralized database systems used by universities present a single point of failure. A successful cyberattack or an internal breach could result in the alteration of grades or the deletion of records with little to no recourse for recovery.

Research Objectives

The primary aim of this study is to design and implement a secure blockchain-based system that mitigates the vulnerabilities of the current credential verification ecosystem. The specific objectives are:

  1. 1To critically evaluate the current manual verification protocols and identify specific security loopholes and operational bottlenecks.
  2. 2To architect a permissioned blockchain network using Hyperledger Fabric that ensures data immutability while complying with the Nigeria Data Protection Regulation (NDPR).
  3. 3To construct a full-stack web application that provides user interfaces for administrators, graduates, and employers to interact seamlessly with the blockchain.
  4. 4To integrate SHA-256 cryptographic hashing and smart contracts to guarantee the tamper-proof nature of issued certificates.
  5. 5To assess the system performance by measuring verification speed and resistance to data manipulation, comparing the results against traditional manual benchmarks.

Research Methodology

This project employs the Design Science Research Methodology (DSRM). This framework is selected because the primary deliverable is a functional software artifact designed to solve an identified practical problem. The development process followed four distinct phases:

Phase 1: Problem Identification and Motivation

We identified the gap between the slow, manual verification processes and the need for instant, trustless verification in the digital age. Literature reviews confirmed that while blockchain is a global trend, specific applications to the Nigerian regulatory context are scarce.

Phase 2: Definition of Objectives for a Solution

Based on the problem analysis, we defined the criteria for success. The solution needed to be cost-effective (avoiding the high gas fees of public blockchains), privacy-compliant (using a permissioned network), and faster than the manual standard (under 60 seconds).

Phase 3: Design and Development

The system architecture was modeled as a three-tier application comprising a Client Layer, an Application Layer, and a Data Layer. The Data Layer utilizes a hybrid approach, storing Personally Identifiable Information (PII) in a secure PostgreSQL database while storing the cryptographic hash of the credential on the Hyperledger Fabric ledger. This balances privacy with the need for immutability.

Phase 4: Demonstration and Evaluation

The developed artifact was deployed and tested. We measured the time taken to issue and verify a certificate, confirming that the system meets the sub-60 second service level agreement. Penetration testing was also conducted to ensure resilience against common web threats such as SQL injection and Cross-Site Scripting (XSS).

Theoretical Framework

The security of the Credence platform is grounded in the mathematical certainty of cryptography rather than the trustworthiness of human administrators.

Cryptographic Hashing

The system utilizes the SHA-256 hashing algorithm to generate a unique digital fingerprint for every certificate. The mathematical properties of this function ensure that it is computationally infeasible to find two different inputs that produce the same output, a property known as collision resistance. Even a microscopic alteration in a student's CGPA results in a completely different hash, rendering any tampering immediately evident.

Distributed Trust vs. Institutional Trust

Traditionally, a certificate is considered valid because an official signed it. In this system, a certificate is considered valid because the cryptographic hash exists on an immutable ledger. This shifts the trust model from "Institutional Trust" (trusting the registrar) to "Cryptographic Trust" (trusting the math).

Significance of the Study

The successful implementation of this research offers significant value to various stakeholders within the Nigerian education and employment ecosystem.

For Institutions

It reduces the administrative burden of manual verification, allowing registrars to focus on core academic duties. It also provides a secure, digital backup of academic records, protecting data against physical degradation or loss.

For Graduates

It empowers graduates with ownership of their credentials. They can share verifiable proof of their qualifications instantly without waiting for administrative approval, thereby reducing the time between graduation and employment.

For Employers

It provides a rapid, cost-effective, and reliable background check tool. Employers can verify credentials in seconds rather than weeks, significantly reducing recruitment risks and operational costs.

For Policy Makers

The project provides a practical framework for a national standard for digital credentials. It demonstrates how emerging technologies like blockchain can be leveraged for governance and transparency in compliance with national regulations such as the Nigeria Data Protection Regulation.

Scope and Limitations

Scope

This study is focused on the design and implementation of a prototype system specifically tailored for the Federal University of Technology, Akure. The blockchain implementation utilizes Hyperledger Fabric, and the application is developed using modern web technologies including Next.js, Node.js, and a PostgreSQL database.

Limitations

  1. 1Entry Point Trust: The system secures the record after it has been issued. It cannot prevent fraud that occurs at the data entry point, such as a corrupt administrator altering a grade before the certificate is generated.
  2. 2Legal Framework: While the system provides mathematical proof of authenticity, the legal framework for recognizing blockchain records as primary evidence in Nigerian courts is still evolving.
  3. 3Infrastructure: Successful adoption requires stable internet connectivity and a baseline of digital literacy among university administrators, which may vary across different institutions.

Conclusion

This research demonstrates that the challenges of certificate fraud and verification delays in Nigeria can be effectively mitigated through the application of blockchain technology. By combining the immutability of Hyperledger Fabric with a user-centric web interface, Credence offers a sustainable path toward a digital, trustless verification ecosystem. The study confirms that a system based on cryptographic proof provides a superior alternative to manual verification, paving the way for broader adoption across Nigerian tertiary institutions.

Interested in Our Research?

We welcome collaboration opportunities and are open to sharing our findings with the academic community.