How would i encrypt a file using an exe that php can decrypt?
This is for a password.
I want the user to be able to set the password using an exe that is saved to a PASSWORD file encrypted. When they upload the password to the web it is still encrypted but when they enter the password it gets matched to the encrypted password in the file?
Thanks a lot!!!