0

I'm planning to use Wordpress' XML-RPC API but this requires me to store plain text username/password.

Is there a way to get a token from the Wordpress server so that I can store that instead of credentials to the db? Or securely encrypt the password before adding it to the db?

I'm using this PHP library.

iDev247
  • 1,761
  • 3
  • 16
  • 36

1 Answers1

1

Try the method described in https://wordpress.stackexchange.com/a/25792/57301 for securely storing API credentials in the WordPress database.

Community
  • 1
  • 1
Rich Jenks
  • 1,723
  • 5
  • 19
  • 32