{"id":13561510,"url":"https://github.com/jedisct1/encpipe","last_synced_at":"2025-04-04T08:05:57.265Z","repository":{"id":66081590,"uuid":"115768141","full_name":"jedisct1/encpipe","owner":"jedisct1","description":"The dum^H^H^Hsimplest encryption tool in the world.","archived":false,"fork":false,"pushed_at":"2025-02-09T23:46:07.000Z","size":36,"stargazers_count":222,"open_issues_count":0,"forks_count":14,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-28T07:05:14.880Z","etag":null,"topics":["encryption","libhydrogen","privacy","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jedisct1.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":"2017-12-30T02:25:23.000Z","updated_at":"2025-03-27T08:11:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"0edd9b46-90f7-456a-b70d-d6228f2eb32d","html_url":"https://github.com/jedisct1/encpipe","commit_stats":{"total_commits":58,"total_committers":4,"mean_commits":14.5,"dds":0.06896551724137934,"last_synced_commit":"7156490a5fa8e0cd1da748451840dfed2d82fe4b"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Fencpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Fencpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Fencpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedisct1%2Fencpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jedisct1","download_url":"https://codeload.github.com/jedisct1/encpipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142032,"owners_count":20890651,"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":["encryption","libhydrogen","privacy","security-tools"],"created_at":"2024-08-01T13:00:57.741Z","updated_at":"2025-04-04T08:05:57.242Z","avatar_url":"https://github.com/jedisct1.png","language":"C","funding_links":[],"categories":["C","others"],"sub_categories":[],"readme":"![CodeQL scan](https://github.com/jedisct1/encpipe/workflows/CodeQL%20scan/badge.svg)\n\nEncpipe\n=======\n\nThe dum^H^H^Hsimplest encryption tool in the world.\n\n# Usage\n\nEncrypt a file using a password:\n\n```sh\nencpipe -e -p password -i inputfile -o outputfile\n```\n\nDecrypt a file using a password:\n\n```sh\nencpipe -d -p password -i inputfile -o outputfile\n```\n\n`-i` and `-o` can be set to `-` or omitted to read/write from the\nstandard input/output.\n\n`-P password_file` can be used to read the password, or an arbitrary\nlong key (that doesn't have to be text) from a file.\n\nIf you don't feel inspired, `-G` prints a random password.\n\nExample - encrypted file transfer:\n\n```sh\nnc -l 6666 | encpipe -d -p password\nencpipe -e -p password -i /etc/passwd | nc 127.0.0.1 6666\n```\n\nExample - compressed, encrypted archives:\n\n```sh\nzstd -5 -v -c \"$FILE\" | encpipe -e -p \"$PASSWD\" -o \"${FILE}.zst.encpipe\"\n```\n\n# Dependencies\n\nNone. It includes [libhydrogen](https://libhydrogen.org) as a\nsubmodule. There is nothing to install.\n\n# Installation\n\n```sh\nmake\nsudo make install\n```\n\n# Why\n\nIt was faster to write than remember how to use GnuPG and OpenSSL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedisct1%2Fencpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedisct1%2Fencpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedisct1%2Fencpipe/lists"}