{"id":13509101,"url":"https://github.com/aforward/safetybox","last_synced_at":"2026-02-18T23:32:21.154Z","repository":{"id":24586585,"uuid":"27994681","full_name":"aforward/safetybox","owner":"aforward","description":"Security oriented helper functions for Elixir","archived":false,"fork":false,"pushed_at":"2015-10-24T14:41:14.000Z","size":189,"stargazers_count":21,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-10T19:11:07.381Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aforward.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-14T13:11:19.000Z","updated_at":"2024-05-23T16:55:04.000Z","dependencies_parsed_at":"2022-08-23T02:21:46.807Z","dependency_job_id":null,"html_url":"https://github.com/aforward/safetybox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aforward/safetybox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Fsafetybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Fsafetybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Fsafetybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Fsafetybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aforward","download_url":"https://codeload.github.com/aforward/safetybox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Fsafetybox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29598239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T22:25:43.180Z","status":"ssl_error","status_checked_at":"2026-02-18T22:25:42.766Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08-01T02:01:02.927Z","updated_at":"2026-02-18T23:32:21.106Z","avatar_url":"https://github.com/aforward.png","language":"Elixir","funding_links":[],"categories":["Security"],"sub_categories":[],"readme":"Safetybox\n=========\n\nA set of helper functions for security oriented operations.\n\nDocumentation: [Safetybox (HEX)](http://hexdocs.pm/safetybox/)\n\n## Usage\n\nAdd Safetybox as a dependency in your `mix.exs` file.\n\n```elixir\ndef deps do\n  [ { :safetybox, \"~\u003e 0.1\" } ]\nend\n```\n\nAfter you are done, run `mix deps.get` in your shell to fetch and compile Safetybox. Start an interactive Elixir shell with `iex -S mix`.\n\n```iex\niex\u003e alias Safetybox, as: S\nnil\niex\u003e pwd = S.encrypt(\"helloworld\")\n\"fc5e038d38a57032085441e7fe7010b0\"\niex\u003e S.is_decrypted(\"hacker\", pwd)\nfalse\niex\u003e S.is_decrypted(\"helloworld\", pwd)\ntrue\n```\n\n## License\n\nMIT License, see LICENSE\n\nCopyright (c) 2014 Andrew Forward\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faforward%2Fsafetybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faforward%2Fsafetybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faforward%2Fsafetybox/lists"}