function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ryan_mmryan_mm 

How to handle storing passwords

Hi folks - We are implementing a system that requires that we store our customer's admin credentials on our server. We know we need to encrypt these an decrypt them at runtime. We also know that we're not allowed to store the decryption key within our code. It's been suggested to us that we use a "keystore" to store the decryption key - but this is a new concept for us so we're unsure how to proceed. How have the rest of you handled this situation?
 
Any pointers would be very much appreciated.
 
Ryan