Encyption of data in Email Body

  • 18 March 2016
  • 1 reply
  • 1 view

Badge +4

Hi Mates,

 

Is there any way to encypt the few content of email body. I have requirment where we are sending transaction code in email we would like to encypt that code.

How we can do this

 

Thanks in advance.


1 reply

Badge +10

Cool concept but a lot of technical challenges to make something like that happen...

 

1) Is data required to be encrypted sourced from a K2 Form in that case for startes SSL better be enabled.

 

2) What encryption method are you planning to use for encryption/decryption... is there an secure API to make the request and return the encrypted hash.

 

3) Do you have a Service Instance using the Encryption Server API to send your data to be encrypted and return the result, perhaps with the Public/Private keys.

 

4) Once the email is sent... is the expection to have a link to open and decrypt the link or to copy/paste to another system for decryption.

 

Right out of the box, don't know of any way to do something like that... involves much more than just said is encrypted... now if what you want is a Base64 Hash with a simple password surely will be easier, but will need still some application server to do it or develop a custom service instance to do it.

 

Dino.

Reply