Secure access to dataset of images, the access verified with password to the data. An image encrypt/decrypt by CAST-256 in CBC mode, and the image verification of decrypted image verified with MAC (Message authentication code). The secret key of Cast-256 is delivered with EC El-Gamal.
** The project does not contain a server client implementation, Just only the flow of how everything should connect together.