Hello,
I'm programming an application to know the number of Unread Mail in my Gmail
Account.
It use openssl for the ssl protocol
below are the lines code when I want to communicate :
SSL_read(SSL_fd,buf1,200);i = sprintf(buf, "USER %s\n", login);
SSL_write(SSL_fd,buf,i);Sleep(100);
SSL
Hello all.
I didn't find help anywhere, so I have to ask you.
I would like to cypher (and decypher) a password with a determined key.
My program already use openssl, so that why I sent you this message.
Thank you.
Florent