2
votes
Compatible encryption between C# and PHP, ColdFusion, Ruby, Python
I would use AES for the bulk data encryption and RSA for encrypting the AES Key.
If the data is small enough then just encrypt the whole thing with RSA.
…
