2-Single User with UnStructured Data
In this scenario, users need to store pictures in an encrypted format to protect their privacy and ensure the security of their data. The system uses the Mind Lake library to achieve this by encrypting the pictures before saving them and decrypting them upon retrieval.
2.1. Task
Encrypting the picture data and uploading to MindLake.
Querying and decrypting the encrypted picture data from MindLake.
2.2. Example code to Insert cipher
2.3. Result Table in MindLake
name
picture
(text, encrypt=False)
(text, encrypt=True)
mind.png
0x11223344
2.4. Example code to query on cipher
2.5. Output
Last updated