{"id":20147233,"url":"https://github.com/thenishchalraj/passwordstrengthbar","last_synced_at":"2026-02-17T13:02:57.080Z","repository":{"id":55667237,"uuid":"151837329","full_name":"thenishchalraj/PasswordStrengthBar","owner":"thenishchalraj","description":"An android library to show the password strength using four strength bars with colours set for each and methods available to play with strength of bars.","archived":false,"fork":false,"pushed_at":"2021-10-22T05:37:02.000Z","size":1268,"stargazers_count":16,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T19:46:47.180Z","etag":null,"topics":["android","android-application","android-development","android-library","android-ui","custombar","hacktoberfest","java","password-strength","passwordstrengthbar-library","strength-bars"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/thenishchalraj.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}},"created_at":"2018-10-06T12:21:49.000Z","updated_at":"2023-12-29T04:43:20.000Z","dependencies_parsed_at":"2022-08-15T06:00:48.018Z","dependency_job_id":null,"html_url":"https://github.com/thenishchalraj/PasswordStrengthBar","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/thenishchalraj/PasswordStrengthBar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenishchalraj%2FPasswordStrengthBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenishchalraj%2FPasswordStrengthBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenishchalraj%2FPasswordStrengthBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenishchalraj%2FPasswordStrengthBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenishchalraj","download_url":"https://codeload.github.com/thenishchalraj/PasswordStrengthBar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenishchalraj%2FPasswordStrengthBar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"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":["android","android-application","android-development","android-library","android-ui","custombar","hacktoberfest","java","password-strength","passwordstrengthbar-library","strength-bars"],"created_at":"2024-11-13T22:28:08.237Z","updated_at":"2026-02-17T13:02:57.036Z","avatar_url":"https://github.com/thenishchalraj.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv\u003e\n\t\u003cimg src=\"https://github.com/thenishchalraj/PasswordStrengthBar/blob/master/psb_image.png\" /\u003e\n\u003c/div\u003e\n\n# Password Strength Bar\n\n### See the strength of your password through separated strength bars\n\n\u003cimg src=\"https://img.shields.io/badge/Version-2.0.0-green\" /\u003e \u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-blue\" /\u003e\n\u003cbr/\u003e\u003ca href=\"https://www.linkedin.com/in/thenishchalraj/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Support-Recommed%2FEndorse%20me%20on%20Linkedin-yellow?style=for-the-badge\u0026logo=linkedin\" alt=\"Recommend me on LinkedIn\" /\u003e\u003c/a\u003e\n\n\n## Preview of PasswordStrengthBar\n\u003cimg src=\"https://github.com/nishchalraj/PasswordStrengthBar/blob/master/screenshots/0.png\" height=\"300em\" /\u003e\u0026nbsp;\u003cimg src=\"https://github.com/nishchalraj/PasswordStrengthBar/blob/master/screenshots/1.png\" height=\"300em\" /\u003e\u0026nbsp;\u003cimg src=\"https://github.com/nishchalraj/PasswordStrengthBar/blob/master/screenshots/2.png\" height=\"300em\" /\u003e\u0026nbsp;\u003cimg src=\"https://github.com/nishchalraj/PasswordStrengthBar/blob/master/screenshots/3.png\" height=\"300em\" /\u003e\u0026nbsp;\u003cimg src=\"https://github.com/nishchalraj/PasswordStrengthBar/blob/master/screenshots/4.png\" height=\"300em\" /\u003e\n\n\n### Overview of PasswordStrengthBar library\n* Can be used to see password strength\n* Freely set the colour of the strength bars\n\n\n## Using PasswordStrengthBar Library in your Android application\n\n1. Add it in your root build.gradle at the end of repositories:\n\n```groovy\n    \tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n2. Add this in your app's build.gradle\n\n```groovy\n\tdependencies {\n\t        implementation 'com.github.thenishchalraj:PasswordStrengthBar:Tag'\n\t}\n```\n3. To use this in XML File, use \n\n```XML\n  \u003ccom.android.thenishchalraj.passwordstrength.PasswordStrengthBar\n        android:id=\"@+id/passwordBarCheck\"\n        android:layout_width=\"match_parent\"\n        android:layout_height=\"4dp\"\n        android:layout_marginStart=\"16dp\"\n        android:layout_marginEnd=\"16dp\"/\u003e\n```\n3. Methods of use with variable of PasswordStrengthBar \n\n```\n//initialize or declare\n  PasswordStrengthBar passwordStrengthBar;\n...\n//methods available\n  setStrengthColor(int noStrengthColor, int color1, int color2, int color3, int color4)\n  getMaxStrength()\n  getMinStrength()\n  setMaxStrength(int max)\n  setMinStrength(int min)\n  getStrength()\n  setStrength(int strength)\n//\n\n```\n### TODO\n* More features related to Password and Strength bars' functionality.\n* Vertical password strength bars.\n\n## If this library helps you in anyway, show your love :heart: by putting a :star: on this project :v:\n\n\n## To learn how to write your own Android Library\nFollow [this](https://medium.com/mindorks/want-to-write-your-first-android-library-7bba6ca4e0c5) medium link and start today.\n\n### Contributing to PasswordStrengthBar\nFork and make your changes/improvements.\nAll pull requests are welcome in the dev branch.\nNote: do not send requests directly to master.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenishchalraj%2Fpasswordstrengthbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenishchalraj%2Fpasswordstrengthbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenishchalraj%2Fpasswordstrengthbar/lists"}