Credentials for integrations to third parties like...
# suitescript
t
Credentials for integrations to third parties like logfire and respective sandboxes etc.
s
I have heard you can use native netsuite crypto fields for this but I haven't seen code examples beyond HTTP Basic auth. Ideally, nobody (even admins) should be able to read a password.
t
Hmm. Thanks for the interesting info. I didn't know that may be possible.
s
there are people here that claim they've used it as a general password storage mechanism where Suitescript has only indirect access to it. I can't remember who it was though 😕
I intend to try it but the need hasn't come up recently.
b
documentation for it is lacking (basically found on the N/https help page)
works best for things like basic authentication that requires no hashing or anything that requires manipulation of the password
i generally recommend using easier less secure methods first if you can get away with it