This document proposes a password protection scheme called Encrypted Negative Password (ENP) that uses multiple layers of encryption to securely store passwords. It involves hashing passwords, converting them to negative passwords using a negative database, encrypting the negative passwords with a symmetric encryption algorithm, and finally encrypting the results again with an asymmetric (RSA) algorithm. The goal is to make passwords more secure against cracking by protecting the hashes and making lookups and rainbow table attacks infeasible. The scheme aims to provide stronger protection than existing approaches like hashed, salted, or stretched passwords while avoiding their disadvantages.