Vidal 2019
Vidal 2019
Abstract—The authenticity of academic diplomas is this new technology. Although several approaches are
a matter of great concern for employers and other currently underway, there are no agreed-upon standards
authorities to verify the authenticity of academic degrees. or protocols regulating diploma validation.
The issuing institutions may have closed or fail to keep
accurate records. In these situations, the verification of We propose the adoption of a solution based on
academic diplomas launches challenges. In a worldwide blockchain, namely Blockcerts, to store diploma infor-
education market, many institutions are involved, and it mation. This will enable anyone to check and visualize
becomes even harder to keep track and handle different their information. We implemented a prototype and
approaches/procedures to verify the status and authentic-
discuss the implications of the technology and of the
ity of diplomas. As in many other areas, the blockchain
technology surges as a promising solution to the referred underlying business processes. We conclude with brief
problem. In this paper, we propose an approach using this remarks and recommendations for similar initiatives.
technology implemented in University Fernando Pessoa.
We also discuss the new challenges in security and II. BACKGROUND
implementation raised by the usage of this technology.
A. Blockchain
Index Terms—Blockchain, Blockcerts, Higher Educa-
tion, Digital Diplomas and Electronic document authen- Blockchain is a distributed ledger technology acting
ticity. as a database of transactions or other information. It
is an append-only chain of blocks. The information
I. I NTRODUCTION stored in the blockchain cannot be altered once entered
The authenticity of academic diplomas is a matter [1]. As it is decentralized and distributed, a consensus
of great concern for employers and other authorities mechanism is used to validate the blockchain [16].
that need to verify these degrees. Either because the This model was first introduced in 2008 as the Bitcoin
issuing institutions do not exist anymore or because underlying technology [2]. Since several applications
they fail to keep accurate records. In both situations, were proposed and there was a global interest in
the authenticity verification of diplomas can be hard to this technology. Some applications focus more on the
achieve. In a worldwide education market, more and management of distributed information, as in harbor
more institutions are involved, and it becomes harder management; and others, in the lack of trust of partici-
to keep track of the different procedures to verify the pating entities, as in vehicle registration and product
status and authenticity of the diplomas. life cycle management. The blockchain mechanism
As in many other areas, the blockchain technology relies on several computers that are linked in a peer-
appears as a promising solution to the authenticity to-peer network of participating entities and for this
problem and also it may improve the actual diploma reason, this can be considered a truthful technology.
workflow in education. For instance, considering Eras- Although distributed and decentralized technology
mus Without Paper (EWP), the European network has been developed and are used since the 80s,
proposes several procedures and frameworks to support blockchain technology addresses important issues, like
the administrative handling of student and staff easing i) ensuring the integrity of information, ii) temporal
exchanges across Europe. chaining, and iii) anonymity of participating entities.
In this work, we review the use of blockchain It also uses a protocol to solve disputes when a
technology considering the requirements of University blockchain is forked, which is essential in a decen-
Fernando Pessoa (UFP) and addressing their security tralized system. This task is achieved by eliminating
and implementation issues regarding the adoption of the shortest chain and keeping only one version of
29
Fig. 2. Diploma configuration.
Fig. 2 shows the process of creating a digital 3) cert-viewer: This component generates the
diploma in the blockchain. First, the institution selects graphical representation of a diploma and allows the
which fields are going to be used. Some fields are static verification of the diploma. Even if a third party sees
and are the same in all the diplomas, for instance, the different graphical representations from the same in-
institutions name. However, the student’s name and the stitution, which could seem suspicious, the verification
course title are dynamically filled for each diploma. In tool checks the authenticity of the diploma. At UFP,
the example shown there can be course descriptions we allow students to visualize the diplomas and to
and the number of ECTS. download the JSON version, then it can be checked
The digital diploma is signed by the institution and by any other verification tool, as for example, the one
then hashed and stored in a transaction to the recipient provided by Blockcerts itself 6 . Fig. 3 shows a diploma
in the blockchain. as visualized in our setup.
2) cert-issuer: As mentioned, Blockcerts was de-
signed to be independent of a specific blockchain,
like Bitcoin 3 , Ethereum 4 and Hyperledger 5 . This
allows institutions to build their solution with a public
blockchain, like Bitcoin, or a business blockchain, as
Hyperledger. The cert-issuer is the component that
deals with the blockchain. It gets a digital diploma
and stores it in a transaction in the blockchain. In our
experiment, we tested with Bitcoin and Ethererum, but
other institutions, e.g. the Universidad del Rosario, are
testing with Hyperledger [10].
The cert-issuer component is also able to do bulk
emission of diploma and stores them all in a single
transaction in the blockchain. Being able to store
several diplomas in a single transaction is important
for reducing cost. Paying a high cost for each diploma
could prevent this approach from being economically Fig. 3. Diploma visualization.
viable.
4) The Blockcerts wallet: The wallet is the Block-
3 https://bitcoin.org/en/
certs component managing the information about the
4 https://www.ethereum.org/
5 https://www.hyperledger.org 6 https://www.blockcerts.org
30
diplomas and the key pairs of the students. The key the different Blockcerts components is hidden from the
pair is protected by a secret passphrase, only known users, making the application smoother to use.
by the student.
B. Experiments and results
Students can also register institutions to easily man-
age the diplomas they issued. Diplomas can then be We next describe the process for issuing diplomas
sent to third parties that can easily, and without con- and present an expectative of the costs involved. We
tacting the issuing institution, verify the authenticity of start with a single diploma and calculate the cost
the diploma. of publishing it in Bitcoin. We then publish several
diplomas at a time. The process starts with the student
III. D IGITAL D IPLOMAS AT U NIVERSITY information registration, and after creating groups of
F ERNANDO P ESSOA students. For instance, we assume that they are all
enrolled in the same subject.
A. The architecture
Fig. 5 shows the first experiment. We create a group
The proposed architecture for implementing a with a single student on it.
Blockcerts based system at UFP is shown in Fig. 4. In the next step, we select the group, the issuer, and
Blockcerts provides both an API (e.g. for cert-issuer) the diplomas model, and then we store the transaction
and a command line interface CLI (e.g. for cert- in the blockchain as shown in Fig. 6.
tools). To develop a web interface, the components In the second experiment, we create a group with
must be executed in the same environment as the web three students on it. The goal is to test the bulk creation
server. When components are updated, they can just of diplomas. As the Bitcoin transaction stores the three
be replaced and the same setup and command line diplomas, the total cost is the same as for the previous
commands can be used. The application considers three single student transaction.
different stakeholders: As can be seen in Fig. 7, the cost of storing a
• Student - can view their diplomas in the app, transaction with one or with three diplomas was the
and can view their diplomas in a portal. In the same (133500 Satoshi). For the transaction with three
portal, they can download the digital diplomas, diplomas, Blockcerts combines all three and generates
and interact with the student services. a single hash. According to the Blockcerts documen-
• Third party (Employers, other institutions,.) - can tation, up to 2000 diplomas can be grouped in a single
verify the authenticity of a diploma, given the Bitcoin block 7 .
information provided by a student. They can do it Considering a cost of 60,000 Satoshis to issue a sin-
through the portal, or other diploma verification gle diploma, which would amount currently to roughly
sites whenever the UFP website is unavailable. $5 USD, that would make it costly to issue single
• UFP Registration - can issue certificates and store diplomas. Only the bulk emission of diplomas would
the transactions in the blockchain. be cost efficient, at least in Bitcoin-like networks,
The application handles all the required information as the cost for a 2000 diploma transaction would
by the Blockcerts components. For instance, a CSV result in $0,0025 USD per diploma. The cert-issuer
list with the diploma recipient addresses is generated component is responsible to publish the diploma into
from the student roster. Thus, it is expected that at the blockchain, however, based on the fee amount
least the student’s name, email and public key are paid, the publication can gain a higher priority and
previously known to the roster. Whenever one of the thus it can be quicker submitted into the blockchain 8 .
previous fields is missing, the student may be asked to Moreover, this priority has not been deeply explored
supply the missing information. The workflow using since we do not consider that diplomas should be
critically submitted in a near real-time.
IV. C HALLENGES
One of the major challenges is the diploma revoca-
tion. Although this is a rare operation, it can be used in
special situations where diplomas are withdrawn. How-
ever, the published diploma in the blockchain cannot be
altered. Several solutions have been proposed, such as
the issuer providing a list of revoked diplomas. In this
case, the verification is dependent on the availability
7 https://github.com/blockchain-certificates/cert-issuer
Fig. 4. UFP architecture. 8 https://bitcoinfees.earn.com/
31
Fig. 5. Choosing the receiver of a diploma.
of the issuer, which is precisely what this approach V. B LOCKCHAIN A PPROACHES IN H IGHER
wants to avoid. In other blockchains than Bitcoin other E DUCATION
alternatives have been proposed, such as for Ethereum,
this can be achieved through the use of smart contracts
[11]. Besides the MIT, researchers at Nicosia University
and the University of Birmingham are developing their
A similar problem is a need in some situations for
own systems based on the Blockcerts standards [14].
an expiration date of a diploma. A solution to this
Universidad del Rosario [10] is testing Blockcerts on
problem would probably be similar to the previous
Hyperledger. BOLL is a system [17] to securely share
one. Viewers are also different across implementations
other academic information than diplomas, such as
and may show different information to the users who
learning logs.
do not add to the credibility. In the future, viewers
should be standardized so that users could get the same There is also work to manage the ECTS information
information no matter the chosen viewer. across institutions, besides diplomas [1]. There are
also corporate approaches such as the Sony Global
In some countries passing privacy laws [12] [13], Education [15] and the Civic digital identity ecosys-
there can be issues with the immutability of the tem. According to [14], it is more than likely that
blockchains, not ensuring the right to be forgotten, for the number of institutions publishing their diplomas
example. on blockchains is going to increase in the near future.
32
clear solution to tackle the problem. For this reason, we
currently use a diploma revocation mechanism using
open badges pattern. The use of smart contracts is ap-
pealing but it is limited to Ethereum and does not work
on other blockchains. Finally, the wide adoption of
blockchain requires political support and enforcement
of standards, such as Blockcerts.
R EFERENCES
[1] M. Turkanović, M. Hölbl, K. Košic, M. Heričko, and A.
Kamišalić, “EduCTX: A blockchain-based higher education
credit platform,” IEEE Access, Vol. 6, 2018.
[2] S. Nakamoto, “Bitcoin: A Peer-to-Peer Electronic Cash Sys-
tem,” 2008. [Online]. Available: https://bitcoin.org/bitcoin.pdf.
[Accessed: 15-Sep-2018].
[3] Hyperledger White Paper Working Group, “An Introduction to
Hyperledger,” White Paper, 2018.
[4] A. Narayanan, J. Bonneau, E. Felten, A. Miller, and S.
Goldfeder, Bitcoin and Cryptocurrency Technologies, Prince-
ton University Press, 2017.
[5] K. Schwab, The Fourth Industrial Revolution. New York, 2017.
[6] M. Chung and J. Kim, “The internet information and technol-
ogy research directions based on the fourth industrial revolu-
tion, KSII Trans. Internet Inf. Syst., 2016.
[7] Z. Zheng, S. Xie, H. Dai, X. Chen, and H. Wang, “An Overview
of Blockchain Technology: Architecture, Consensus, and Fu-
ture Trends,” in Proceedings - 2017 IEEE 6th International
Congress on Big Data, BigData Congress 2017, 2017.
[8] T. Diacono, “Maltese government wants to be pioneer in
embracing blockchain and woo companies to the island,” 2017.
[Online].
[9] MIT Media Lab, “Blockcerts - An Open Infrastructure for
Fig. 7. Transaction costs. Academic Credentials on the Blockchain,” 2016.
[10] C. Iragorri, “Academic certificates on Hyperledger,”
Hyperledger Global Forum, 2018. [Online]. Available:
VI. C ONCLUSION https://hgf18.sched.com/event/G8rr/hyperledger-supporting-
The blockchain technology seems appropriate to blockcerts-compliant-digital-diplomas-across-colombian-
universities-carlos-castro-iragorri-universidad-del-rosario.
manage the academic diploma publication and verifi- [Accessed: 27-May-2019].
cation problems, focusing the approach on the student [11] J. Santos and K. H. Duffy, “A Decentralized Approach to
and not in the institutions. The student becomes the Blockcerts Certificate Revocation,” The 5th Rebooting the Web
of Trust Design Workshop, Boston, 2017.
curator of the academic diplomas, for instance, he can [12] EU, “European Union General Data Protection Regulation,”
decide with whom the document can be shared. On 2018. [Online]. Available: https://eugdpr.org. [Accessed: 15-
the other hand, the institutions are no longer needed to May-2019].
[13] LGPD, “Lei geral de proteo de dados pessoais,” 2018. [Online].
validate the authenticity of the diplomas as anyone with Available: http://www.planalto.gov.br/ccivil 03/ Ato2015-
the right information can do it using the blockchain. 2018/2018/Lei/L13709.htm. [Accessed: 29-May-2019].
Regarding the security of this approach, it is based [14] A. Grech and A. F. Camilleri, Blockchain in Education. 2017.
[15] Russel, “Sony wants to digitize education records
on a well-known technology which has proven to using the blockchain,” 2017. [Online]. Available:
be secure when it is used conveniently. But as in https://techcrunch.com/2017/08/09/sony-education-blockchain.
any blockchain, the student can lose all academic [Accessed: 15-Sep-2018].
[16] C. Cachin and M. Vukolić, “Blockchain Consensus Protocols
diplomas, whenever he loses the secret key information in the Wild,” 31st International Symposium on Distributed
required to prove its ownership. The keys management Computing (DISC 2017), Leibniz International Proceedings in
is still a challenge even more for people who is not Informatics.
technologically informed, and which can difficult even [17] P. Ocheja, B. Flanagan, H. Ueda and H. Ogata, “Managing
lifelong learning records through blockchain,” Research and
more the adoption of these approaches. Practice in Technology Enhanced Learning, 14:4, 2019.
Finally, document revocation on Blockchain tech- [18] A. de Vries, “Bitcoin’s Growing Energy Problem,” Joule, 2:5,
nology is a known challenge, since it currently lacks a 2018.
33