{"id":28307959,"url":"https://github.com/just-software-dev/aesencryptor","last_synced_at":"2025-07-04T11:06:23.048Z","repository":{"id":225893113,"uuid":"754302131","full_name":"just-software-dev/aesencryptor","owner":"just-software-dev","description":"Clean Architecture example","archived":false,"fork":false,"pushed_at":"2024-10-07T19:13:56.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T16:57:11.773Z","etag":null,"topics":["apple","clean-architecture","encryption-decryption","mvvm-architecture","swift","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/just-software-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-07T19:35:28.000Z","updated_at":"2024-10-07T19:14:00.000Z","dependencies_parsed_at":"2024-03-04T21:11:23.744Z","dependency_job_id":"70d9e632-5507-45cb-8cc8-b2755c727d73","html_url":"https://github.com/just-software-dev/aesencryptor","commit_stats":null,"previous_names":["just-software-dev/aesencryptor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/just-software-dev/aesencryptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-software-dev%2Faesencryptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-software-dev%2Faesencryptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-software-dev%2Faesencryptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-software-dev%2Faesencryptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just-software-dev","download_url":"https://codeload.github.com/just-software-dev/aesencryptor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-software-dev%2Faesencryptor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263499193,"owners_count":23476021,"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":["apple","clean-architecture","encryption-decryption","mvvm-architecture","swift","xcode"],"created_at":"2025-05-24T06:20:58.580Z","updated_at":"2025-07-04T11:06:23.038Z","avatar_url":"https://github.com/just-software-dev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AES Encryptor\n\nThis app is an example of how to apply the [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) to the project on Swift. It works with both SwiftUI and UIKit.\n\nThe realization a bit differs from the original [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) concept, but the main idea remains the same.\n\nThe project consists of modules and shared entities. Each module has 4 layers (some of them could be optional):\n- **CommonLayer**. There are some extra stuff like extensions, helpers, common methods, some common entities, etc. In this realization, all strings also belong to this layer, but in huge apps, there could be other solutions.\n- **ServiceLayer**. This layer can contain network services, database services, some business logic services, etc. All models for these services are also on this layer. There could be subdivisions: ServiceLayer/Services and ServiceLayer/Models.\n- **ViewLayer**. Here, we have views and view models (presenters). All static models that are used by views are also here.\n- **AppLayer**. This is the DI layer. It contains factories, assemblies, and other low-level stuff.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-software-dev%2Faesencryptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust-software-dev%2Faesencryptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-software-dev%2Faesencryptor/lists"}