{"id":23292140,"url":"https://github.com/mayorjay/genpass","last_synced_at":"2026-04-29T17:03:09.065Z","repository":{"id":39899264,"uuid":"456228958","full_name":"mayorjay/GenPass","owner":"mayorjay","description":"A Secure Password Generator designed with security precautions for the user's data","archived":false,"fork":false,"pushed_at":"2023-03-21T13:59:09.000Z","size":485,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-04-06T18:29:30.221Z","etag":null,"topics":["android","clean-architecture","datastore-preferences","jetpack-components","mvvm-architecture","password-generator","security"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mayorjay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-02-06T17:58:55.000Z","updated_at":"2022-04-29T00:33:17.000Z","dependencies_parsed_at":"2025-04-06T18:40:00.374Z","dependency_job_id":null,"html_url":"https://github.com/mayorjay/GenPass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mayorjay/GenPass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FGenPass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FGenPass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FGenPass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FGenPass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayorjay","download_url":"https://codeload.github.com/mayorjay/GenPass/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FGenPass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: 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","clean-architecture","datastore-preferences","jetpack-components","mvvm-architecture","password-generator","security"],"created_at":"2024-12-20T05:28:38.941Z","updated_at":"2026-04-29T17:03:09.032Z","avatar_url":"https://github.com/mayorjay.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"app_icon.png\" title=\"App Logo\"\u003e\n\u003c/p\u003e\n\n# GenPass\n\nGenPass is a secure password generating application designed with a high level of security. It uses Java Security library to generate strong password combinations of either alphabets, numbers, alphanumeric or alphanumeric + standard password special characters. The length of the password can be between 16 and 64. Once a Password is generated, a user can copy it for use. It is not a Password manager, hence for security reasons, the application only keeps track of the 10 most recent passwords generated (with the time of generation) and gets rid of every other record. Also, GenPass does not have any knowledge of what the user uses their generated passwords for. It is implemented using Clean Architecture, Model-View-ViewModel pattern (MVVM) and uses Modern Android Development pattern and libraries. Jetpack Datastore + Coroutines + Flow is used to save and fetch the data. Queue data structure and algorithm was implemented to enforce a maximum number of passwords to be saved per time and a sequential kick out of old data.\n\n## Project Characteristics\n\nThis application has the following characteristics:\n* 100% Kotlin\n* Modern Architecture (Clean Architecture, Model-View-ViewModel)\n* [Android Jetpack Components](https://developer.android.com/jetpack)\n* [Material Design](https://material.io/develop/android/docs/getting-started)\n\n## Tech Stack\n\nMinimum API level is set to 21, this means GenPass can run on approximately 98% of Android devices\n* [Splash Screen](https://developer.android.com/develop/ui/views/launch/splash-screen), the standard recommended Splash Screen library for Android Applications\n* [Preferences DataStore](https://developer.android.com/topic/libraries/architecture/datastore) used for data storage and retrieval\n* [Kotlin Coroutines](https://developer.android.com/kotlin/coroutines) used to perform asynchronous calls to the device storage\n* [Kotlin Flow](https://developer.android.com/kotlin/flow) used to collect the data from the device storage and transforms it to LiveData\n* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) used to store and manage UI-related data in a lifecycle conscious way\n* [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) which is an observable data holder class used to handle data in a lifecycle-aware manner\n* [View Binding](https://developer.android.com/topic/libraries/view-binding) used to easily write code that interacts with views by referencing them directly\n* [SDP/SSP](https://github.com/intuit/sdp) which is a scalable size unit that scales with the screen size. It helps to easily design for multiple screens\n* [JUnit4](https://junit.org/junit4), a testing framework used for writing unit tests\n\n## License\n```\nMIT License\nCopyright (c) 2023 Joseph Olugbohunmi\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 all\ncopies 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 THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayorjay%2Fgenpass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayorjay%2Fgenpass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayorjay%2Fgenpass/lists"}