How to implement end-to-end encryption

I know we can use Cryptography component… but how to make end to end encryption like Whatsapp… They use Asymmetric encryption…
How to implement Assymetric encryption in Kodular apps…

Did you try anything

I guess it’s not possible in kodular.
You need to write powerful backend with node.js or python but on kodular site this will be possible if message from backend will be encrypt or decrypt with java in the form of extension.
Same thing will be archived in JWT but again this is not possible with kodular.

1 Like

I didn’t try anything because I don’t know how to implement this…
Is there any possible way similar to this to increase security?

No.
You can’t do this.