php - Is there a secure method to temporarily store password to update on other systems? -
i have php based web application manages several other systems including active directory , google apps. whenever user edited changes synced of our other systems. several of systems require password set on system our system.
currently changes synced synchronously during single page request have background process sync changes. there reasonably secure way store password in retrievable format background process sync , delete it? unfortunately active directory , of our other systems don't provide way send hashed copy of password set password.
Comments
Post a Comment