{"id":19017027,"url":"https://github.com/alchaplinsky/cryptor","last_synced_at":"2025-07-16T03:33:51.522Z","repository":{"id":56827454,"uuid":"264526898","full_name":"alchaplinsky/cryptor","owner":"alchaplinsky","description":"🔐 AES GCM encryption functions in Dart language","archived":false,"fork":false,"pushed_at":"2020-06-08T21:30:36.000Z","size":24,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T18:23:41.762Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alchaplinsky.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}},"created_at":"2020-05-16T21:03:56.000Z","updated_at":"2024-05-28T14:04:05.000Z","dependencies_parsed_at":"2022-09-20T22:54:43.191Z","dependency_job_id":null,"html_url":"https://github.com/alchaplinsky/cryptor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fcryptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fcryptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fcryptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchaplinsky%2Fcryptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alchaplinsky","download_url":"https://codeload.github.com/alchaplinsky/cryptor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250360248,"owners_count":21417717,"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-11-08T19:45:33.066Z","updated_at":"2025-04-23T02:51:21.410Z","avatar_url":"https://github.com/alchaplinsky.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptor\n\nAES-GCM-256 algorithm cryptor\n\n## Usage\n\n```dart\n  var text = 'SOME DATA TO ENCRYPT';\n  var password = 'password';\n\n  var encrypted = Cryptor.encrypt(text, password);\n  var decrypted = Cryptor.decrypt(encrypted, password);\n\n  print(encrypted);\n  print(decrypted);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchaplinsky%2Fcryptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falchaplinsky%2Fcryptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchaplinsky%2Fcryptor/lists"}