{"id":21811187,"url":"https://github.com/mathieumack/mvvx.plugins.cryptotools","last_synced_at":"2026-05-11T16:17:07.848Z","repository":{"id":116227228,"uuid":"94363630","full_name":"mathieumack/MvvX.Plugins.CryptoTools","owner":"mathieumack","description":"Plugin that integrate some tools used for cryptographic operations. Calculate file checksums, ... for MvvmCross","archived":false,"fork":false,"pushed_at":"2019-09-30T21:41:54.000Z","size":489,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T23:36:26.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/mathieumack.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":"2017-06-14T18:57:07.000Z","updated_at":"2019-09-30T21:41:52.000Z","dependencies_parsed_at":"2023-09-09T12:37:31.209Z","dependency_job_id":null,"html_url":"https://github.com/mathieumack/MvvX.Plugins.CryptoTools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathieumack/MvvX.Plugins.CryptoTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FMvvX.Plugins.CryptoTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FMvvX.Plugins.CryptoTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FMvvX.Plugins.CryptoTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FMvvX.Plugins.CryptoTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathieumack","download_url":"https://codeload.github.com/mathieumack/MvvX.Plugins.CryptoTools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathieumack%2FMvvX.Plugins.CryptoTools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32902742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":[],"created_at":"2024-11-27T13:43:41.492Z","updated_at":"2026-05-11T16:17:07.832Z","avatar_url":"https://github.com/mathieumack.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MvvX.Plugins.CryptoTools\n\nTODO : Add description\n\n## Build \n\n[![Build status](https://ci.appveyor.com/api/projects/status/uys4bl6qcqauram7/branch/master?svg=true)](https://ci.appveyor.com/project/mathieumack/mvvx-plugins-couchbaselite/branch/master)\n\n## Nuget\n\nProject | Nuget\n[![NuGet package](https://buildstats.info/nuget/MvvX.Plugins.CryptoTools?includePreReleases=true)](https://nuget.org/packages/MvvX.Plugins.CryptoTools)\n\n### Nuget Installation\n\nInstall [MvvX.Plugins.CryptoTools](https://www.nuget.org/packages/MvvX.Plugins.CryptoTools/) from nuget.\n\n**Important:** You will need to add the nuget package to **both** your *PCL project* and your *platform-dependent project*.\n\n## Please Contribute!\n\nThis is an open source project that welcomes contributions/suggestions/bug reports from those who use it. \n\nIf you have any ideas on how to improve the library, please [post an issue here on github](https://github.com/mathieumack/MvvX.Plugins.CryptoTools/issues). Please check out the [How to Contribute](https://github.com/mathieumack/MvvX.Plugins.CryptoTools/wiki/How-to-Contribute).\n\n# Example\n\n## API\n\nThe API of ICryptoTools is very easy to understand and to use.\n\n```c#\n\tpublic interface ICryptoTools\n\t{\n\t\t/// \u003csummary\u003e\n\t\t/// Calculate the checksum of a file\n\t\t/// \u003c/summary\u003e\n\t\t/// \u003cparam name=\"filePath\"\u003eFull file path\u003c/param\u003e\n\t\t/// \u003cparam name=\"hashType\"\u003eType of hash\u003c/param\u003e\n\t\t/// \u003creturns\u003e\u003c/returns\u003e\n\t\t/// \u003cexception cref=\"ArgumentNullException\"\u003e\u003c/exception\u003e\n\t\t/// \u003cexception cref=\"FileNotFoundException\"\u003e\u003c/exception\u003e\n\t\tstring CalculateFileCheckSum(string filePath, HashType hashType);\n\t}\n```\n\nTo be complete... ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieumack%2Fmvvx.plugins.cryptotools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieumack%2Fmvvx.plugins.cryptotools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieumack%2Fmvvx.plugins.cryptotools/lists"}