How can I create a system to verify if a certificate is original | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I create a system to verify if a certificate is original

We want to issue certificates to students after their training. The certificates will carry a unique confirmation number which will be used to query a database and verify if the certificate is genuine.

30th May 2019, 1:12 PM
Tochukwu Ejeagba
Tochukwu Ejeagba - avatar
1 Answer
+ 1
In my opinion, hash function might help you. You will have an unique series for each certificate.
31st May 2019, 1:33 AM
LetterC67
LetterC67 - avatar