{"id":15488706,"url":"https://github.com/crazelu/igodo","last_synced_at":"2025-04-22T17:45:44.980Z","repository":{"id":63466524,"uuid":"361265498","full_name":"Crazelu/igodo","owner":"Crazelu","description":"A novel symmetric encryption algorithm implemented in Dart","archived":false,"fork":false,"pushed_at":"2022-11-19T12:03:55.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T08:14:22.543Z","etag":null,"topics":["encryption","encryption-algorithm","symmetric-encryption","symmetric-encryption-algorithm"],"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/Crazelu.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":"2021-04-24T20:59:17.000Z","updated_at":"2024-03-20T09:02:45.000Z","dependencies_parsed_at":"2022-11-19T13:00:30.200Z","dependency_job_id":null,"html_url":"https://github.com/Crazelu/igodo","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/Crazelu%2Figodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazelu%2Figodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazelu%2Figodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crazelu%2Figodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crazelu","download_url":"https://codeload.github.com/Crazelu/igodo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240441899,"owners_count":19801792,"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":["encryption","encryption-algorithm","symmetric-encryption","symmetric-encryption-algorithm"],"created_at":"2024-10-02T07:01:30.776Z","updated_at":"2025-03-04T03:31:19.660Z","avatar_url":"https://github.com/Crazelu.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Igodo 🔒\nA novel symmetric encryption algorithm implemented in Dart.\nIgodo means \"lock\" or \"key\" in Igbo.\n\nIgodo works by swapping and mangling bit representation of Strings with an encryption key in a way that is sturdy and secure.\nYou can take a look at its use in steganography application [here](https://github.com/Crazelu/steganograph).\n\n## Install 🚀\n\nIn the `pubspec.yaml` of your Flutter/Dart project, add the following dependency:\n\n```yaml\ndependencies:\n  igodo: ^1.0.0\n```\n\n## Import the package in your project 📥\n\n```dart\nimport 'package:igodo/igodo.dart';\n```\n\n## Encrypt messages 🔐\n\nEncrypt messages with an encryption key.\n\n```dart\n String encryptedMessage = Igodo.encrypt(\n    \"Hey there, human!\",\n    ENCRYPTION_KEY,\n  );\n```\n\n## Decrypt messages 🔑\n\nDecrypt messages with an encryption key.\n\n```dart\n  String decryptedMessage = Igodo.decrypt(\n    encryptedMessage,\n    ENCRYPTION_KEY,\n  );\n```\n\n\n## Contributions 🫱🏾‍🫲🏼\n\nFeel free to contribute to this project.\n\nIf you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue](https://github.com/Crazelu/igodo/issues).  \nIf you fixed a bug or implemented a feature, please send a [pull request](https://github.com/Crazelu/igodo/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazelu%2Figodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazelu%2Figodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazelu%2Figodo/lists"}