About 331,000 results
Open links in new tab
  1. Firefox "ssl_error_no_cypher_overlap" error - Stack Overflow

    Oct 2, 2015 · 2 I had similar issues browsing to secure sites (https://) when using Burp (or at least an issue that would bring you to this page when searching Google): …

  2. How does HTTPS provide security? - Stack Overflow

    Oct 19, 2010 · Asymmetric cryptography algorithm – Public key encryption, private key decryption. Symmetric cryptography algorithm – Public key encryption and decryption. …

  3. Which symmetric key algorithm does SSL use? - Stack Overflow

    16 I understand that through SSL, the browser gets the public key of the secured website and through public key encryption rsa algorithm, these 2 establish session key and then continue …

  4. What RSA key length should I use for my SSL certificates?

    Feb 26, 2009 · I'm in the process of creating a CSR, and I wonder which is arguably the best length for my RSA key. Of course, 384 is probably too weak, and 16384 is probably too slow. …

  5. Cannot communicate securely with peer: no common encryption …

    May 7, 2015 · A list of SSL ciphers to use when negotiating an SSL connection. The available ciphers depend on whether libcurl was built against NSS or OpenSSL and the particular …

  6. How to use OpenSSL to encrypt/decrypt files? - Stack Overflow

    Apr 17, 2013 · You should use the EVP_* functions to encrypt and decrypt. See EVP Symmetric Encryption and Decryption on the OpenSSL wiki. In fact, you should probably be using …

  7. How does SSL use symmetric and asymmetric encryption? And …

    So, basically speaking, the SSL use the asymmetric encryption (public/private key pair) to deliver the shared session key, and finally achieved a communication way with symmetric encryption. …

  8. SQL Server JDBC Error on Java 8: The driver could not establish a ...

    com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.

  9. How can I use different encryption algorithms in OpenSSL for …

    Oct 18, 2012 · The encryption algorithm used on a SSL/TLS connection is negotiated during the handshake. The client sends to the server the cipher suites it supports, ordered according to …

  10. java - Cannot connect to SQL Server server with MS JDBC Driver …

    Jun 26, 2020 · Caused by: java.security.cert.CertPathValidatorException: Algorithm constraints check failed on keysize limits. RSA 1024bit key used with certificate: …