{"id":20063629,"url":"https://github.com/mmertgunduz/sub64","last_synced_at":"2025-05-05T17:33:08.085Z","repository":{"id":65261676,"uuid":"425727487","full_name":"MertGunduz/sub64","owner":"MertGunduz","description":"sub64 is a text encryption/decryption program","archived":false,"fork":false,"pushed_at":"2023-11-18T17:51:16.000Z","size":1325,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-11-19T12:35:05.280Z","etag":null,"topics":["c-language","cryptography","encryption","gcc","imperative-programming","terminal-based","text-cryptography"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MertGunduz.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}},"created_at":"2021-11-08T06:49:33.000Z","updated_at":"2023-11-17T08:22:04.000Z","dependencies_parsed_at":"2023-11-16T12:42:36.917Z","dependency_job_id":null,"html_url":"https://github.com/MertGunduz/sub64","commit_stats":null,"previous_names":["mertgunduz/sub64"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fsub64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fsub64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fsub64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MertGunduz%2Fsub64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MertGunduz","download_url":"https://codeload.github.com/MertGunduz/sub64/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224457614,"owners_count":17314494,"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":["c-language","cryptography","encryption","gcc","imperative-programming","terminal-based","text-cryptography"],"created_at":"2024-11-13T13:43:07.876Z","updated_at":"2025-05-05T17:33:04.418Z","avatar_url":"https://github.com/MertGunduz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sub64\n\npraiselang is a lightweight encryption/decryption algorithm that uses Base64 and praiselang substitution algorithm together.\n\nYouTube: https://www.youtube.com/watch?v=0gjHvFUlF_8\n\n## Programming Language and Tools\n\nProgramming Language: C, Bash \u003cbr\u003e\nCompiler: GNU GCC \u003cbr\u003e\nBuild Tool: CMake \n\n## Dependencies\n\nCMake (MIN 3.22)\n\n## Installation\n\n### Step 1: Download the Source codes\n\nhttps://github.com/MertGunduz/praiselang\n\n### Step 2: Change permissions of INSTALL.sh\n\n```sh\nchmod 755 INSTALL.sh\n```\nrunning this command will change the permission of the INSTALL.sh\n\n### Step 3: Run INSTALL.sh\n\n```sh\n./INSTALL.sh\n```\nrunning this bash file will build the application\n##### Note: it can ask for sudo permission\n\n### Step 4: Test Application\n\ntry running\n```sh\npraiselang -h\n```\nif there are some output related to praiselang then it means it is successfully builded\n\n## How to use\n\n### Encrypting Text\n\n```sh\npraiselang -e [DATA]\npraiselang --encrypt [DATA]\n```\nencrypts the given data\n\n### Decrypting Text\n\n```sh\npraiselang -d [DATA]\npraiselang --decrypt [DATA]\n```\ndecrypts the given encrypted data\n\n### Help\n\n```sh\npraiselang -h\npraiselang --help\n```\noutputs a detailed manuel about praiselang\n\n### Showing Version\n\n```sh\npraiselang -v\npraiselang --version\n```\noutputs the version of praiselang\n\n### Showing Github\n\n```sh\npraiselang -g\npraiselang --github\n```\noutputs the source code link of praiselang\n\n## Encryption/Decryption Examples\n\n### Encrypting String\n\n```sh\npraiselang -e hello\n```\n#### OUTPUT: \n\u003e Tmljb25NZWdhbGVzaXVzQXN0YXJvdGhBc3Rhcm90aFNvbmVpbGxvbg==\n\n### Decrypting String\n\n```sh\npraiselang -d Tmljb25NZWdhbGVzaXVzQXN0YXJvdGhBc3Rhcm90aFNvbmVpbGxvbg==\n```\n\n#### OUTPUT:\n\u003e hello\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmertgunduz%2Fsub64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmertgunduz%2Fsub64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmertgunduz%2Fsub64/lists"}