Hello,
im looking for a secure way to save secret keys for external api's.
im thinking using metabox for this ( happy if for suggestions ouside metabox )
ive looked at password field but the docs state "As the password is encrypted in the database, you cannot get the original password via code. There's no reversing function that can turn a password hash into the original one. Otherwise, it will be insecure."
So im looking for options. is it safe/secure with metabox?
TIA