{"id":22419671,"url":"https://github.com/sentclose/sentc-flutter","last_synced_at":"2025-08-01T04:31:49.505Z","repository":{"id":154480539,"uuid":"558321987","full_name":"sentclose/sentc-flutter","owner":"sentclose","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-27T10:50:49.000Z","size":22324,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-27T15:37:34.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sentclose.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":"2022-10-27T10:13:42.000Z","updated_at":"2024-06-27T10:50:52.000Z","dependencies_parsed_at":"2024-06-19T02:16:04.673Z","dependency_job_id":"5b0837b3-010b-4d84-a6c8-e8a64a202b09","html_url":"https://github.com/sentclose/sentc-flutter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentclose%2Fsentc-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentclose%2Fsentc-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentclose%2Fsentc-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentclose%2Fsentc-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentclose","download_url":"https://codeload.github.com/sentclose/sentc-flutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228330056,"owners_count":17903019,"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":[],"created_at":"2024-12-05T16:16:27.637Z","updated_at":"2025-08-01T04:31:49.493Z","avatar_url":"https://github.com/sentclose.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentc\n\nfrom sentclose.\n\nSentc is easy to use end-to-end encryption sdk. It can be used for any kind of data.\n\n## Example\n\n````dart\ndemo() async {\n  //init the client\n  await Sentc.init(appToken: \"5zMb6zs3dEM62n+FxjBilFPp+j9e7YUFA+7pi6Hi\");\n\n  //register a user\n  await Sentc.register(\"userIdentifier\", \"password\");\n\n  //log in a user\n  final user = await Sentc.login(\"userIdentifier\", \"password\");\n\n  //create a group\n  final groupId = await user.createGroup();\n\n  //load a group. returned a group obj for every user.\n  final group = await user.getGroup(groupId);\n\n  //invite another user to the group. Not here in the example because we only got one user so far\n  // await group.inviteAuto(\"other user id\");\n\n  //encrypt a string for the group\n  final encrypted = await group.encryptString(\"hello there!\");\n\n  //now every user in the group can decrypt the string\n  final decrypted = await group.decryptString(encrypted);\n\n  print(decrypted); //hello there!\n\n  //delete a group\n  await group.deleteGroup();\n\n  //delete a user\n  await user.deleteUser(\"password\");\n}\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentclose%2Fsentc-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentclose%2Fsentc-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentclose%2Fsentc-flutter/lists"}