{"id":19885683,"url":"https://github.com/asmod4n/mruby-passwdqc","last_synced_at":"2025-03-01T03:47:17.138Z","repository":{"id":76216485,"uuid":"48887893","full_name":"Asmod4n/mruby-passwdqc","owner":"Asmod4n","description":"A Password quality checker for mruby","archived":false,"fork":false,"pushed_at":"2017-04-18T18:47:35.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-11T18:47:27.793Z","etag":null,"topics":["mruby","password-quality-checker"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Asmod4n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-01T19:54:38.000Z","updated_at":"2018-07-20T00:39:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa9d0699-d8e5-48dd-94ed-702b3dedd1be","html_url":"https://github.com/Asmod4n/mruby-passwdqc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-passwdqc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-passwdqc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-passwdqc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asmod4n%2Fmruby-passwdqc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asmod4n","download_url":"https://codeload.github.com/Asmod4n/mruby-passwdqc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241313181,"owners_count":19942417,"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","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":["mruby","password-quality-checker"],"created_at":"2024-11-12T17:35:17.206Z","updated_at":"2025-03-01T03:47:17.109Z","avatar_url":"https://github.com/Asmod4n.png","language":"C","readme":"# mruby-passwdqc\n\nA Password quality checker for mruby, wrapping http://www.openwall.com/passwdqc/\n\nExamples\n========\n```ruby\npasswdqc = Passwdqc.new\n\npasswdqc.check \"newpass\" # just checks the password\npasswdqc.check \"newpass\", \"oldpass\" # also checks if the new one is too similar\npasswdqc.check \"newpass\", \"oldpass\", \"unix_login\" # takes into account informations from the unix account\n```\n\nif returns nil when the password is okay, or else a reason why it is not good enough or when it cannot find a unix account\n\nLICENSE\n=======\ninclude/* and src/mrb_* fall under the Apache-2 license, the rest from passwdqc:\nTwo manual pages (pam_passwdqc.8 and passwdqc.conf.5) are under the\n3-clause BSD-style license as specified within the files themselves.\n\nconcat.c, wordset_4k.c, wordset_4k.h, pam_macros.h, and pwqcheck.php\nare in the public domain, but at your option they may also be used under\nthis package's license below.\n\nThe rest of the files in this package fall under the following terms\n(heavily cut-down \"BSD license\"):\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n\n$Owl: Owl/packages/passwdqc/passwdqc/LICENSE,v 1.8 2013/04/24 02:01:43 solar Exp $\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmod4n%2Fmruby-passwdqc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmod4n%2Fmruby-passwdqc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmod4n%2Fmruby-passwdqc/lists"}