Now just about no one will probably be using your code if they know that you have a way into their computer if you so desire. There is no POSSIBLE reason why someone would use your code if they're gonna be in the same server as you. The ability to unlock a 'secure' lock with a backdoor is contradictory towards the point of the lock in the first place. More than likely, in your code's current state, you'll probably be getting just about 0 downloads of your code for an actual use.
Most people would look elsewhere on the forums to find a more secure lock. I mean hell, I made one a long time ago, was just a door lock really, sha256, multiple users. Wasn't hard to implement, however I never decided to put in a back door because
why do it. There is literally no reason for you to have a back door into a program that you're not going to run yourself.
If someone were to figure out your "super secret password" your lock would be finished, that person wouldn't have to disclose that they knew it, AND they'd be able to get into anyone's computer that uses your lock.
Knowing what the hash result is, it wouldn't take me long to write up a brute force. Probably wouldn't take it long to figure it out too.
Edited by Dragon53535, 13 January 2016 - 08:52 PM.