Actually, I think you misunderstood binary file, or binary in general. Using
doesn't encrypt anything. Look at the
modules for encrpytion. Actually, if you only need to verify a user-submitted password against this password, you should be looking at hashing instead of encryption. The