Does anyone know a good implementation for C ++ encrypted streams using OpenSSL ? Something that extends or wraps std :: istream and std :: ostream ?
I know that this can be done with boost (filtering stream), but I donβt want to enable boost just for that. Any unmanaged suggestions?
c ++ iostream openssl
Ha11owed
source share