This document discusses a study on using salting methods to protect images. Salting involves adding random bits or characters to a password before hashing it. This increases security by making pre-computed rainbow tables useless for cracking hashed passwords. The study aims to implement salting when encrypting and decrypting images stored in a database. The methodology involves researching salting techniques, developing salt and hash algorithms in MATLAB GUI, and testing the encryption/decryption and ability to withstand a demo attack. Preliminary results suggest salting adds an extra layer of security and forces attackers to brute force each password individually rather than using pre-computed tables.