Ciphers

It’s really hard to find good easy to understand information about how to configure your web applications with the best protocols and cipher suites.  The following resources are great tool to encrypt your web applications.

Test of your site’s certificate, protocol and cipher suite security:

https://www.ssllabs.com/ssltest/

https://ssl-tools.net/

Non-standard Port Testing:
https://www.htbridge.com/ssl/

 

Configuration Examples for protocols and ciphers:
https://cipherli.st/ “was the best site” is now shutdown.  You may be able to look at their previous commits for settings:  https://github.com/RaymiiOrg/cipherli.st

Saved GitHub branch of cipherli.st:
https://cipherlist.hackingand.coffee/
https://ciphers.xyz/

 

https://bettercrypto.org/faq/

https://wiki.mozilla.org/Security/Server_Side_TLS#Recommended_configurations

 

Cipher suite mapping openssl to rfc name:
https://testssl.sh/openssl-rfc.mapping.html

 

Report protocol and cipher suites on a site/IP and custom port:

https://ssldecoder.org/

Tags:, ,