🔐Encrypted Reports

All AI-generated reports are encrypted to safeguard users' privacy.

We use a python library called PyPDF2 to generate AI driven Health reports of users protecting users privacy and also generating Easy-To-Read reports. In PyPDF2, the encryption algorithm used to encrypt PDF files is RC4 (Rivest Cipher 4). This algorithm is a symmetric stream cipher known for its simplicity and efficiency. RC4 encryption is commonly used in PDF files to provide basic security by encrypting the content of the document. When encrypting a PDF file with PyPDF2, you can specify the encryption algorithm along with the password. Users can unlock the Health reports by downloading the PDFs and entering the Password set by the User. Providing end-to-end encryption.

Tools/Tech Used: Python, FPDF, PyPDF2.

Last updated