how can I mask SS numbers with SuiteScript?
# suitescript
j
how can I mask SS numbers with SuiteScript?
p
As in modify them permanently for storage, or when fetching for presentation in realtime?
j
fetching for presentation in real time
c
base64 encode maybe
depends on what the requirements are for storing SS if there are any. You could do whatever encryption you wanted but you gotta specify the keys and stuff. Maybe CryptoJS still works well.
j
thanks