Skip to content

Instantly share code, notes, and snippets.

@anzz1
Created September 2, 2025 21:08
Show Gist options
  • Select an option

  • Save anzz1/4bd02bcb14abe78d297c5869554067d3 to your computer and use it in GitHub Desktop.

Select an option

Save anzz1/4bd02bcb14abe78d297c5869554067d3 to your computer and use it in GitHub Desktop.
list_ciphers.sh
#!/bin/sh
# All ciphers
openssl ciphers -v "ALL:eNULL"
# Good ciphers
# openssl ciphers -v "aNULL:-aNULL:ALL:!EXPORT:!LOW:+RC4:@STRENGTH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment