{"id":21883126,"url":"https://github.com/eendroroy/kotp","last_synced_at":"2025-07-21T10:04:49.961Z","repository":{"id":57719750,"uuid":"280435950","full_name":"eendroroy/kotp","owner":"eendroroy","description":"Generate otp","archived":false,"fork":false,"pushed_at":"2024-04-09T05:37:51.000Z","size":240,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T01:18:25.523Z","etag":null,"topics":["hotp","java-otp","kotlin-otp","otp","rfc4226","rfc6238","totp"],"latest_commit_sha":null,"homepage":"https://eendroroy.github.io/kotp","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/eendroroy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGESET.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-07-17T13:48:44.000Z","updated_at":"2021-12-04T06:51:26.000Z","dependencies_parsed_at":"2024-01-16T16:14:07.541Z","dependency_job_id":"80f00bbd-5fae-496d-8cde-c04a16142feb","html_url":"https://github.com/eendroroy/kotp","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/eendroroy/kotp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fkotp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fkotp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fkotp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fkotp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eendroroy","download_url":"https://codeload.github.com/eendroroy/kotp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eendroroy%2Fkotp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278369,"owners_count":23904040,"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":["hotp","java-otp","kotlin-otp","otp","rfc4226","rfc6238","totp"],"created_at":"2024-11-28T09:39:23.639Z","updated_at":"2025-07-21T10:04:49.943Z","avatar_url":"https://github.com/eendroroy.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kotp\n\nOTP generation and validation library.\n\n* Implements [RFC4226](https://datatracker.ietf.org/doc/html/rfc4226)\n  and [RFC6238](https://datatracker.ietf.org/doc/html/rfc6238)\n* Compatible with [Google Authenticator](https://github.com/google/google-authenticator).\n* Supports Alphanumeric OTP generation.\n* Supports `HmacSHA1`, `HmacSHA256` and `HmacSHA512` digests.\n\n### Demo\n\n[![asciicast](http://asciinema.org/a/352223.svg)](https://asciinema.org/a/352223)\n\n### Installation\n\n*Maven*\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.eendroroy\u003c/groupId\u003e\n    \u003cartifactId\u003ekotp\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n*Gradle*\n\n```groovy\ndependencies {\n    implementation(\"io.github.eendroroy:kotp:2.0.2\")\n}\n```\n\n_Note:_ Check [releases](https://github.com/eendroroy/kotp/releases) for latest version.\n\n### ChangeSet\n\n[ChangeSet](CHANGESET.md)\n\n### Usage\n\nSee [Wiki](https://github.com/eendroroy/kotp/wiki)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [kotp](https://github.com/eendroroy/kotp) repository. This\nproject is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the\n[Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n1. Fork it ( https://github.com/eendroroy/kotp/fork )\n1. Create your feature branch (`git checkout -b my-new-feature`)\n1. Commit your changes (`git commit -am 'Add some feature'`)\n1. Push to the branch (`git push origin my-new-feature`)\n1. Create a new Pull Request\n\n## Author\n\n* **indrajit** - *Owner* - [eendroroy](https://github.com/eendroroy)\n\n## License\n\nThe project is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fkotp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feendroroy%2Fkotp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feendroroy%2Fkotp/lists"}