how do I encrypt data in R?
问题 I am adding a sentry handler to the R logging package. currently django-sentry validates the client (the application sending log records) based on a shared key which travels in clear text in a secured channel. I was wondering if it was possible to do encryption from R, preferably asymmetric, public key based, but I find nothing relevant. all right, not "if it was possible", but "how to do that" and whether someone already did this. after interaction with the author of django-sentry, we opted