{"id":23684263,"url":"https://github.com/stringcare/stringcare","last_synced_at":"2025-09-02T12:32:10.190Z","repository":{"id":52491222,"uuid":"344564239","full_name":"StringCare/stringcare","owner":"StringCare","description":"Flutter plugin to work with secured resources and data. Obfuscate and reveal any resource file, Strings, and Uint8List with C++ (all platforms support).","archived":false,"fork":false,"pushed_at":"2024-10-06T13:46:20.000Z","size":5421,"stargazers_count":13,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T06:11:43.696Z","etag":null,"topics":["android","encrypt-data","encrypt-files","encrypt-secrets","encrypt-strings","encryption","encryption-decryption","flutter","flutter-plugin","flutter-secure-storage","flutter-security","ios","linux","macos","obfuscation","resources","uint8list","web","windows"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/StringCare.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-04T18:02:10.000Z","updated_at":"2024-10-15T10:47:19.000Z","dependencies_parsed_at":"2024-01-23T00:15:28.602Z","dependency_job_id":"38fde915-d9a3-44f6-bce3-130dfa8de745","html_url":"https://github.com/StringCare/stringcare","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.011904761904761862","last_synced_commit":"17633509bfb2237811f602460e8c1fa89f2cad32"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringCare%2Fstringcare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringCare%2Fstringcare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringCare%2Fstringcare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StringCare%2Fstringcare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StringCare","download_url":"https://codeload.github.com/StringCare/stringcare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231785202,"owners_count":18426285,"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":["android","encrypt-data","encrypt-files","encrypt-secrets","encrypt-strings","encryption","encryption-decryption","flutter","flutter-plugin","flutter-secure-storage","flutter-security","ios","linux","macos","obfuscation","resources","uint8list","web","windows"],"created_at":"2024-12-29T20:36:58.003Z","updated_at":"2024-12-29T20:36:58.622Z","avatar_url":"https://github.com/StringCare.png","language":"Dart","readme":"[![pub package](https://img.shields.io/pub/v/stringcare.svg)](https://pub.dev/packages/stringcare)\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"10%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/ic_launcher/res/mipmap-xxxhdpi/ic_launcher.png\"\u003e\u003c/p\u003e\n\n\u003ch2 align=\"center\" style=\"margin-bottom:30px\" vspace=\"20\"\u003eStringcare Flutter\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://landamessenger.com/\"\u003eA Landa dependency\u003c/a\u003e\u003c/p\u003e\n\nFlutter plugin for encrypt/decrypt `String` and `Uint8List` objects easily with C++ code. \n\n|  | Android | iOS | [Web](https://flutter.dev/web) | [macOS](https://flutter.dev/desktop) | [Windows](https://flutter.dev/desktop) | [Linux](https://flutter.dev/desktop) | [Fuchsia](https://fuchsia.dev/) |\n| :-------------: | :-------------:| :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |\n| Status | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | ❌ |\n| Language | C++ | C++ | Dart | C++ | C++ | C++ | |\n\n-----\n\nRetrieve any string resource quickly and easily, anywhere:\n\n`en.json`\n\n```json\n{\n  \"hello_there\": \"Hello there!\"\n}\n```\n\n```dart\nR.strings.hello_there.string();\n```\n\nSimplify the way you work with secured resources, Strings and Uint8List objects:\n\n```dart\n\"my_secret\".obfuscate();\n```\n\n-----\n\n### [Home](https://github.com/StringCare/stringcare/wiki)\n\n### [Basic setup, not secured](https://github.com/StringCare/stringcare/wiki/Basic-setup,-not-secured)\n\n[- iOS macOS Setup](https://github.com/StringCare/stringcare/wiki/Basic-setup,-not-secured#ios-and-macos-setup)\n\n### [Secured Setup](https://github.com/StringCare/stringcare/wiki/Secured-Setup)\n\n[- Prepare your private repository](https://github.com/StringCare/stringcare/wiki/Secured-Setup#prepare-your-private-repository)\n\n[- iOS macOS Setup](https://github.com/StringCare/stringcare/wiki/Secured-Setup#ios-and-macos-setup)\n\n[- Key Setup](https://github.com/StringCare/stringcare/wiki/Secured-Setup#key-setup)\n\n[- Finish The Setup](https://github.com/StringCare/stringcare/wiki/Secured-Setup#finish-the-setup)\n\n### [String Usage](https://github.com/StringCare/stringcare/wiki/String-Usage)\n\n[- Simple Usage](https://github.com/StringCare/stringcare/wiki/String-Usage#simple-usage)\n\n[- With Extra Keys](https://github.com/StringCare/stringcare/wiki/String-Usage#with-extra-keys)\n\n### [Uint8List Usage](https://github.com/StringCare/stringcare/wiki/Uint8List-Usage)\n\n[- Simple Usage](https://github.com/StringCare/stringcare/wiki/Uint8List-Usage#simple-usage)\n\n[- With Extra Keys](https://github.com/StringCare/stringcare/wiki/Uint8List-Usage#with-extra-keys)\n\n### [i18n](https://github.com/StringCare/stringcare/wiki/i18n)\n\n[- Project Configuration](https://github.com/StringCare/stringcare/wiki/i18n#project-configuration)\n\n[- Locales](https://github.com/StringCare/stringcare/wiki/i18n#locales)\n\n[- I18n Configuration](https://github.com/StringCare/stringcare/wiki/i18n#i18n-configuration)\n\n[- Usage](https://github.com/StringCare/stringcare/wiki/i18n#usage)\n\n### [Assets](https://github.com/StringCare/stringcare/wiki/Assets)\n\n[- Project Configuration](https://github.com/StringCare/stringcare/wiki/Assets#project-configuration)\n\n[- Simple Usage](https://github.com/StringCare/stringcare/wiki/Assets#simple-usage)\n\n[- Assets Images Usage](https://github.com/StringCare/stringcare/wiki/Assets#assets-images-usage)\n\n[- Svg Assets Images Usage](https://github.com/StringCare/stringcare/wiki/Assets#svg-assets-images-usage)\n\n-----\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"35%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/android_sample.png\"\u003e\u003cimg width=\"40%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/ios_sample.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"80%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/web_sample.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"80%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/macos_sample.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"80%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/windows_sample.png\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg width=\"80%\" vspace=\"10\" src=\"https://github.com/StringCare/stringcare/raw/master/images/linux_sample.png\"\u003e\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstringcare%2Fstringcare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstringcare%2Fstringcare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstringcare%2Fstringcare/lists"}