Now a days file storage system is used in many areas where we can retrieve the data on the users request However, providing our sensitive, personal data to a third party is not exactly the best practice. The only alternative is to make a storage system of our own but that can be tedious to do so and also even if achieved the major stumbling trying to create a secure file storage system is using cryptography, even though it is an excellent and only security measure, but there is a significant drawback in using such technique. Cryptography is based primarily on generation and the proper using of keys if those keys are accidentally leaked or stolen then the entire data, data security is destroyed. A perfect solution is the use of hybrid cryptography in which current encryption is used in combination for additional security. Hybrid cryptography is a concept where we use multiple encryption algorithms to encrypt the file in such a way that the information security is massively improved. Instead of having one good algorithm we will now have multiple ‘good’ algorithms working in unison to protect the data.