{"id":18268623,"url":"https://github.com/raisinten/huffcrypt","last_synced_at":"2025-04-04T23:31:09.912Z","repository":{"id":112858317,"uuid":"166390305","full_name":"RaisinTen/HuffCrypt","owner":"RaisinTen","description":"Huffman encryption based file compressor","archived":false,"fork":false,"pushed_at":"2024-05-16T07:18:12.000Z","size":25,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T20:17:37.017Z","etag":null,"topics":["compression","decompression","decryption","encryption","huffman-coding"],"latest_commit_sha":null,"homepage":"","language":"C","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/RaisinTen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["RaisinTen"],"patreon":null,"open_collective":null,"ko_fi":"raisinten","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"raisinten","custom":null}},"created_at":"2019-01-18T10:49:42.000Z","updated_at":"2024-05-16T07:18:15.000Z","dependencies_parsed_at":"2023-05-24T16:30:31.321Z","dependency_job_id":null,"html_url":"https://github.com/RaisinTen/HuffCrypt","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/RaisinTen%2FHuffCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaisinTen%2FHuffCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaisinTen%2FHuffCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaisinTen%2FHuffCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaisinTen","download_url":"https://codeload.github.com/RaisinTen/HuffCrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266475,"owners_count":20910831,"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":["compression","decompression","decryption","encryption","huffman-coding"],"created_at":"2024-11-05T11:32:27.773Z","updated_at":"2025-04-04T23:31:09.301Z","avatar_url":"https://github.com/RaisinTen.png","language":"C","readme":"# HuffCrypt\n\n## PURPOSE OF APPLICATION\nThis application demonstrates the compression/decompression of files with strictly ASCII characters via Huffman encryption/decompression technique.\n\n## Compilation and Setup\n\n### For Windows:\n\tgcc -std=c99 -Ofast .\\src\\compressor\\* .\\src\\decompressor\\* .\\src\\huffcrypt.c -o HuffCrypt\n\n### For Linux:\n\tgcc -std=c99 -Ofast ./src/compressor/* ./src/decompressor/* ./src/huffcrypt.c -o HuffCrypt\n\n[Note: Add the current directory to the PATH in environment variables.]\n\n## USAGE\n\n\tHuffCrypt [-c | -d] [input file] [output file]\n\n\t-c\tCompressor mode. This mode is used for compressing\n\t\tan input file with only ASCII characters into a binary file.\n\t\n\t-d\tDecompressor mode. This mode is used for decompressing\n\t\ta prior compressed input binary file into the original file.\n","funding_links":["https://github.com/sponsors/RaisinTen","https://ko-fi.com/raisinten","https://buymeacoffee.com/raisinten"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisinten%2Fhuffcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraisinten%2Fhuffcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisinten%2Fhuffcrypt/lists"}