Skip to main content
Participant
September 11, 2008
Question

Create .htpasswd encrypted values with CF

  • September 11, 2008
  • 1 reply
  • 369 views
I need to create passwd files with the password encrypted such that a php server could look at it and properly decrypt for authentication. I create the file on the CF7 side on a windows box and FTP it to the Linux based PHP server.
This topic has been closed for replies.

1 reply

Inspiring
September 12, 2008
Write a web service on one of the servers that does the encryption/decryption. Call it from the other application.