{"id":29829868,"url":"https://github.com/chrynan/krypt","last_synced_at":"2025-07-29T09:41:36.959Z","repository":{"id":58862879,"uuid":"402214083","full_name":"chRyNaN/krypt","owner":"chRyNaN","description":"Kotlin multi-platform cryptographic utility library.","archived":false,"fork":false,"pushed_at":"2023-08-05T15:32:41.000Z","size":504,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2023-08-05T16:31:21.371Z","etag":null,"topics":["argon2","base64","cryptography","csprng","encryption-decryption","hash","hashing","kotlin","kotlin-multiplatform","kotlin-multiplatform-library","password-hash","sha256","srp"],"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/chRyNaN.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":"2021-09-01T22:00:03.000Z","updated_at":"2023-02-28T08:08:08.000Z","dependencies_parsed_at":"2023-02-10T01:00:57.775Z","dependency_job_id":null,"html_url":"https://github.com/chRyNaN/krypt","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"purl":"pkg:github/chRyNaN/krypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chRyNaN%2Fkrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chRyNaN%2Fkrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chRyNaN%2Fkrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chRyNaN%2Fkrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chRyNaN","download_url":"https://codeload.github.com/chRyNaN/krypt/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chRyNaN%2Fkrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267665373,"owners_count":24124522,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["argon2","base64","cryptography","csprng","encryption-decryption","hash","hashing","kotlin","kotlin-multiplatform","kotlin-multiplatform-library","password-hash","sha256","srp"],"created_at":"2025-07-29T09:41:26.050Z","updated_at":"2025-07-29T09:41:36.953Z","avatar_url":"https://github.com/chRyNaN.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# krypt\n\nKotlin multi-platform cryptographic utility library. \u003cbr/\u003e\n\u003cimg alt=\"GitHub tag (latest by date)\" src=\"https://img.shields.io/github/v/tag/chRyNaN/krypt\"\u003e\n\n## Usage\n\nThis library provides independent modules that handle specific cryptographic tasks. For instance,\nthe [krypt-csprng](krypt-csprng) module provides a `SecureRandom` implementation which is a cryptographically strong\npsuedo-random number generator. Each module contains a `README` file with more information on usage.\n\n## Building\n\nThe library is provided through [Repsy.io](https://repsy.io/). Checkout\nthe [releases page](https://github.com/chRyNaN/krypt/releases) to get the latest version.\n\n### Repository\n\n```kotlin\nrepositories {\n    maven { url = uri(\"https://repo.repsy.io/mvn/chrynan/public\") }\n}\n```\n\n### Dependencies\n\n#### ore:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-core:$VERSION\")\n```\n\n#### csprng:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-csprng:$VERSION\")\n```\n\n#### encoding:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-encoding:$VERSION\")\n```\n\n#### hash:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-hash:$VERSION\")\n```\n\n#### hash-argon:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-hash-argon:$VERSION\")\n```\n\n#### hash-sha:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-hash-sha:$VERSION\")\n```\n\n#### srp:\n\n```kotlin\nimplementation(\"com.chrynan.krypt:krypt-srp:$VERSION\")\n```\n\n## Status\n\nThis project is in early development stages and is not yet considered production ready.\n\n## Documentation\n\nMore detailed documentation is available in the [docs](docs) folder. The entry point to the documentation can be\nfound [here](docs/index.md).\n\n## Security\n\nFor security vulnerabilities, concerns, or issues, please responsibly disclose the information either by opening a\npublic GitHub Issue or reaching out to the project owner.\n\n## License\n\n```\nCopyright 2022 chRyNaN\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrynan%2Fkrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrynan%2Fkrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrynan%2Fkrypt/lists"}