Week 9
Milestones
- Formatted the Passbook structure to include some extra relevant fields.
- Embedded digital-certificates to make the passbook PDF unique, authentic and tamper-proof using a QR Code.
Screenshots / Videos
Passbook PDF Format with QR Code to verify the document containing the digital certificates which can be verified on decoding.
Contributions
Adding Digital Certificates through encryption
Learnings
- Learnt how to implement the embedding of Digital Certificates in a PDF file to authenticate a document.
- Learnt to generate QR Codes and use to verify the authentication of a document.
- Learnt how to generate certificates using OpenSSL and combining them with generated private keys.