in qt using openssl how to encrypt and decrypt the file
Unsolved
Brainstorm
-
How to encrypt the complete file without reading and decrypt the file
-
Qt doesn't provide API for encryption/decryption, you have to use openssl directly.
-
@Konstantin-Tokarev
I already said that to the OP where he asked this in his other thread. -
I have included the openssl library in qt. So can you help me out how to encrypt the file
-
@Mani_kandan said in in qt using openssl how to encrypt and decrypt the file:
So can you help me out how to encrypt the file
OpenSSL is not Qt. This is Qt forum.
Why don't you read OpenSSL documentation (https://www.openssl.org/docs/)?