Asymmetric encryption

2
Hi there, I am looking for a strong asymmetric encryption which I can use to encrypt data with a public key and decrypt it with a private key. Wonder why it is not yet in the community commons, a simple symmetric encryption is already included. Kind regards.
asked
1 answers
1

Perhaps there are some other users that implemented this for their own application, but if not there are plenty of code examples on that on the internet, for example try stackoverflow.com. There isn't really anything Mendix-specific needed for this. Maybe you could even try to get your patch included in the Community Commons module :)

answered