{"id":21082819,"url":"https://github.com/johnmanjohnston/data-encrypter","last_synced_at":"2025-10-30T19:37:43.032Z","repository":{"id":65609553,"uuid":"580043901","full_name":"johnmanjohnston/data-encrypter","owner":"johnmanjohnston","description":"CLI application to encrypt and secure your files with a cryption key, then decrypt them later","archived":false,"fork":false,"pushed_at":"2023-02-10T16:54:50.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T23:47:03.247Z","etag":null,"topics":["cplusplus","cpp","cryption","decryption","encryption","encryption-decryption","openssl","security","security-tools"],"latest_commit_sha":null,"homepage":"","language":"C++","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/johnmanjohnston.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-12-19T15:23:21.000Z","updated_at":"2023-04-14T23:49:38.000Z","dependencies_parsed_at":"2023-02-16T20:41:01.288Z","dependency_job_id":null,"html_url":"https://github.com/johnmanjohnston/data-encrypter","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/johnmanjohnston%2Fdata-encrypter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmanjohnston%2Fdata-encrypter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmanjohnston%2Fdata-encrypter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnmanjohnston%2Fdata-encrypter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnmanjohnston","download_url":"https://codeload.github.com/johnmanjohnston/data-encrypter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526855,"owners_count":20305112,"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":["cplusplus","cpp","cryption","decryption","encryption","encryption-decryption","openssl","security","security-tools"],"created_at":"2024-11-19T20:15:23.577Z","updated_at":"2025-10-30T19:37:37.965Z","avatar_url":"https://github.com/johnmanjohnston.png","language":"C++","readme":"# data-encrypter\nA tool to encrypt your files to prevent people from reading/leaking files.\n\n\n## Installation \nTo install, first, clone this git repository: \n\n```bash\n$ git clone https://github.com/johnmanjohnston/data-encrypter/\n```\n\nNext, navigate to the `src/` directory:\n```bash\n$ cd data-encrypter/src/\n```\n\nCreate a `build/` directory where the build files will be located, and navigate to it:\n```bash\n$ mkdir build\n$ cd build\n```\n\nNext, run CMake to generate the binaries from the source, this would resemble the following:\n\n\n![image](https://user-images.githubusercontent.com/97091148/217327692-84a3bc41-fa0c-4208-8128-5ccdca11f63b.png)\n\n\n\n\nNow, we can run the data-encrypter binary file, and encrypt files in a directory. In this example, the directory at `../../demo/` is used\n\n\n![image](https://user-images.githubusercontent.com/97091148/217315458-813b03bf-e21b-46fa-bf02-6095c03b799d.png)\n\nWe can see that the file data present in the file in the demo directory is unreadable:\n\n![image](https://user-images.githubusercontent.com/97091148/217315614-c8717764-be8a-43f8-a1f4-4caff546375c.png)\n\nWe can decrypt the file with the same binary, but for a successful decryption we need to use the same cryption key\n\n![image](https://user-images.githubusercontent.com/97091148/217315662-07a0c68c-3128-453b-a5c6-0e586bb51afa.png)\n\nOn using the same cryption key, we get the orginal text in our file\n\n![image](https://user-images.githubusercontent.com/97091148/217315792-60eefd6d-7839-426b-9bf7-9387efe2a74d.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmanjohnston%2Fdata-encrypter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnmanjohnston%2Fdata-encrypter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnmanjohnston%2Fdata-encrypter/lists"}