Best way to encrypt ~1GB of data programatically? [duplicate]
Let’s say I have aggregated ~1GB of data in memory into a string or corresponding data structure. My goal is to encrypt this data before sending it over the wire. With my limited understanding of encryption, I was looking into asymmetric k… Continue reading Best way to encrypt ~1GB of data programatically? [duplicate]