{"id":24532830,"url":"https://github.com/ilhamghaza/lockflare","last_synced_at":"2026-01-01T22:03:13.103Z","repository":{"id":271978957,"uuid":"915162272","full_name":"IlhamGhaza/LockFlare","owner":"IlhamGhaza","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-19T09:09:03.000Z","size":73525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T09:26:59.032Z","etag":null,"topics":["cryptography","flutter","flutter-app","gunadarma"],"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/IlhamGhaza.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":"2025-01-11T06:01:57.000Z","updated_at":"2025-01-19T09:09:05.000Z","dependencies_parsed_at":"2025-01-19T09:27:07.327Z","dependency_job_id":null,"html_url":"https://github.com/IlhamGhaza/LockFlare","commit_stats":null,"previous_names":["ilhamghaza/skti_gundar","ilhamghaza/lockflare"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2FLockFlare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2FLockFlare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2FLockFlare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamGhaza%2FLockFlare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlhamGhaza","download_url":"https://codeload.github.com/IlhamGhaza/LockFlare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790975,"owners_count":20348389,"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":["cryptography","flutter","flutter-app","gunadarma"],"created_at":"2025-01-22T10:18:26.078Z","updated_at":"2026-01-01T22:03:13.091Z","avatar_url":"https://github.com/IlhamGhaza.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/IlhamGhaza"],"categories":[],"sub_categories":[],"readme":"# LockFlare\n\n\u003ca href=\"https://www.buymeacoffee.com/IlhamGhaza\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\"\u003e\n\u003c/a\u003e\u003c/br\u003e\n\nLockFlare is a Flutter application designed to implement and demonstrate various cryptographic algorithms and techniques. This project aims to educate users about different encryption methods by providing practical implementations within a mobile application.\n\n## Table of Contents\n\n- [LockFlare](#LockFlare)\n  - [Table of Contents](#table-of-contents)\n  - [Project Structure](#project-structure)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Acknowledgements](#acknowledgements)\n  - [Contact](#contact)\n\n## Project Structure\n\nThe project is organized into several directories and files to maintain modularity and clarity:\n\n```\nlib/\n├── config/\n│   ├── localization/\n│   │   ├── app_translations.dart\n│   │   └── language_controller.dart\n│   └── theme/\n│       ├── theme_controller.dart\n│       └── theme.dart\n├── data/\n│   ├── blocking_subtitotion.dart\n│   ├── decryption_hc2.dart\n│   ├── decryption_hc3.dart\n│   ├── github_service.dart\n│   ├── hill_chipper2.dart\n│   ├── hill_chipper3.dart\n│   ├── permutation_compaction.dart\n│   ├── substitution_compaction.dart\n│   └── subtitution_permutation.dart\n├── presentation/\n│   ├── home_page.dart\n│   └── profile_page.dart\n├── main_page.dart\n└── main.dart\n```\n\n- **lib/config/localization/**: Houses GetX translation maps and the `LanguageController`, enabling runtime language switching and persistence.\n\n- **lib/config/theme/**: Contains GetX theme configuration, including `theme_controller.dart` for reactive theme management and `theme.dart` for Material theme data.\n\n- **lib/data/**: Houses the implementations of various cryptographic algorithms, each encapsulated in its respective Dart file, facilitating easy maintenance and scalability.\n\n## Getting Started\n\n### Prerequisites\n\nBefore running the application, ensure that the following tools are installed on your system:\n\n- Flutter SDK (latest stable version)\n- Dart SDK\n- An integrated development environment (IDE) such as Android Studio or Visual Studio Code with Flutter extensions\n\n### Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/IlhamGhaza/LockFlare.git\n   ```\n\n2. **Navigate to the project directory**:\n\n   ```bash\n   cd LockFlare\n   ```\n\n3. **Install dependencies**:\n\n   ```bash\n   flutter pub get\n   ```\n\n4. **Run the application**:\n\n   ```bash\n   flutter run\n   ```\n\n## Usage\n\nUpon launching the application, users can navigate through different sections, each dedicated to a specific cryptographic algorithm. Interactive interfaces allow users to input data, apply encryption techniques, and observe the results, thereby enhancing their understanding of cryptographic processes.\n\n### Theme \u0026 Localization\n\n- Toggle between light and dark themes via the profile page. The preference is persisted using GetStorage.\n- Switch between English (`en`) and Indonesian (`id`) at runtime using the language selector on the profile page. All texts use GetX `.tr` keys, ensuring instant localization.\n\n## Contributing\n\nContributions to enhance the application's functionality or to introduce new cryptographic algorithms are welcome. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Implement your changes and ensure they are well-documented.\n4. Submit a pull request with a detailed description of your modifications.\n\n## License\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) \u003cbr\u003e\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- The Flutter team for providing an excellent framework that simplifies cross-platform development.\n- Contributors to the open-source cryptography libraries utilized within this project.\n\n## Contact\n\nFor further information or inquiries, please contact:\n\n- **Name**: Ilham Ghaza\n- **Email**: [email](mailto:cb7ezeur@selenakuyang.anonaddy.com). \u003cbr\u003e\n\u003c!-- Project Repository: [https://github.com/IlhamGhaza/skti_gundar](https://github.com/IlhamGhaza/skti_gundar) --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamghaza%2Flockflare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filhamghaza%2Flockflare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamghaza%2Flockflare/lists"}