has anyone successfully implemented pgp encryption...
# suitescript
c
has anyone successfully implemented pgp encryption in SuiteScript?
b
you can try searching for people who are trying openpgp.js
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
thanks, that is more or less what we’re running into. The performance is definitely lacking
s
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
Are you implementing openpgp and also what kind of script is it?
Also 2.1 or 2.0?