Hi, I recently got an email about SHA-1 deprecatio...
# suitescript
s
Hi, I recently got an email about SHA-1 deprecation. So I have gone through the code and found that we are not using SHA-1 in our SuitScript 1 for payment app. So my question is is it necessary to implement token-based authentication if we are not using it?
b
if you are using a restlet or the soap rest api, I would double check your code
s
no I am not using RestLet or Soap
b
otherwise you should be okay
s
Only using SuiteScript
b
suitescript 1 doesnt really use sha1 except for password fields
and you should have been worried about all the depreciation warning in the release notes for the past 2 releases
s
So this means it is safe to ignore this email notification?
b
if you are not confident, you need to be testing on 2021.2
s
Alright, will do
Thanks 🙂