The encryption tag has no wiki summary.
0
votes
0answers
7 views
External app Login using Wordpress login credentials [duplicate]
I am building a php application for which user needs to login first
and those login credentials will be same as wordpress login credentials
I am trying to connect the application with wordpress ...
0
votes
0answers
17 views
Encrypt Email Addresses at Rest
Some enterprise clients require that all email addresses be encrypted at rest (i.e., the actual values stored in the database must be encrypted). I've put together something that seems to do the ...
1
vote
0answers
16 views
PGP-Encrypt system-generated notifications
I was wondering if there is a way to get Wordpress to encrypt notification mails ("Please moderate ..." and so on) using PGP.
I have found a bunch of plugins providing PGP-encrypted eMail forms, but ...
2
votes
1answer
605 views
Encrypt emails?
We need to maintain HIPPA compliance for forms on our website that are currently mailed to an internal email address. While the user/customers provides the info over HTTPS, we still want to make sure ...
1
vote
2answers
2k views
How to validate WordPress generated password in DB using PHP?
I am working with site that is done with WordPress, and I need to add some parts that are outside WP, and to check user login, Logging users outside WP.
I tried with md5 of password but it's not...
...
4
votes
4answers
10k views
How WordPress encrypt password? [duplicate]
Possible Duplicate:
How to validate WordPress generated password in DB using PHP?
I am working with site that is done with WordPress, and I need to add some parts that are outside WP, and ...
5
votes
2answers
1k views
How to store username and password to API in wordpress option DB?
I'm currently developing a plugin and the chances are that I will more than likely release it on the public plugin repository so others can use it.
The plugin will be using an API and to use this API ...