{"id":21955203,"url":"https://github.com/voltone/cipher_suites","last_synced_at":"2025-09-11T06:39:34.952Z","repository":{"id":57482949,"uuid":"62581616","full_name":"voltone/cipher_suites","owner":"voltone","description":"Select and sort the cipher suites for an Erlang/Elixir application using the widely used OpenSSL syntax.","archived":false,"fork":false,"pushed_at":"2018-07-26T09:19:17.000Z","size":25,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-16T08:59:38.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voltone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-04T18:37:23.000Z","updated_at":"2023-05-14T14:38:09.000Z","dependencies_parsed_at":"2022-08-27T21:02:06.387Z","dependency_job_id":null,"html_url":"https://github.com/voltone/cipher_suites","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/voltone/cipher_suites","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltone%2Fcipher_suites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltone%2Fcipher_suites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltone%2Fcipher_suites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltone%2Fcipher_suites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voltone","download_url":"https://codeload.github.com/voltone/cipher_suites/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voltone%2Fcipher_suites/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589627,"owners_count":25312971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T07:29:52.953Z","updated_at":"2025-09-11T06:39:34.904Z","avatar_url":"https://github.com/voltone.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CipherSuites\n\nSelect and sort the cipher suites for an Erlang/Elixir application using\nthe widely used OpenSSL syntax.\n\nWhen looking for advice on how to improve the security and performance of an\nSSL/TLS server, you'll often come across instructions for applications such as\nApache, Nginx, HAProxy. Odds are, they include a cipher suite recommendation\nlooking something like this:\n\n`ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS`\n\nThis is cipher list in OpenSSL format, and it can be tricky to convert it to\na cipher list that Erlang's `:ssl` module understands. This library offers\na function to do exactly that:\n[CipherSuites.select/1](https://hexdocs.pm/cipher_suites/CipherSuites.html#select/1)\n\n## Example\n\n```elixir\niex\u003e CipherSuites.select(\"aRSA+kEECDH+AES256:!SHA\")\n[{:ecdhe_rsa, :aes_256_gcm, :null, :sha384},\n {:ecdhe_rsa, :aes_256_cbc, :sha384, :sha384}]\n```\n\n## Documentation\n\nFull documentation is available [here](http://hexdocs.pm/cipher_suites/).\n\n## Installation\n\nThe package is [available in Hex](https://hex.pm/packages/cipher_suites) and can be installed\nby adding `cipher_suites` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:cipher_suites, \"~\u003e 0.2.1\"}\n  ]\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltone%2Fcipher_suites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoltone%2Fcipher_suites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoltone%2Fcipher_suites/lists"}