has anyone successfully implemented pgp encryption in SuiteScript?
b
battk
03/26/2021, 9:06 PM
you can try searching for people who are trying openpgp.js
battk
03/26/2021, 9:08 PM
you can get basic stuff working, but i personally distrust anything using binary operations in suitescript and the performance ive seen out of it makes me weary of working outside of small test files
c
chris.mixon
03/26/2021, 9:23 PM
thanks, that is more or less what we’re running into. The performance is definitely lacking
s
Selcuk Dogru
03/26/2021, 9:32 PM
You can also check kbpgp but if it will not run on client side, it doesn't make sense too much. I wouldn't rely on server side implementation
k
Kyriakos Zisopoulos
03/26/2021, 11:34 PM
Are you implementing openpgp and also what kind of script is it?