{"id":17086561,"url":"https://github.com/arl/furet","last_synced_at":"2025-07-03T14:40:32.765Z","repository":{"id":41992741,"uuid":"393367850","full_name":"arl/furet","owner":"arl","description":"Simple command line interface to encrypt/decrypt data encoded with a Fernet encryption key.","archived":false,"fork":false,"pushed_at":"2022-04-20T00:00:40.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T14:42:12.034Z","etag":null,"topics":["cli","crypt","decrypt","fernet","go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arl.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}},"created_at":"2021-08-06T12:18:23.000Z","updated_at":"2022-04-19T23:57:40.000Z","dependencies_parsed_at":"2022-08-12T01:40:49.850Z","dependency_job_id":null,"html_url":"https://github.com/arl/furet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arl/furet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Ffuret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Ffuret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Ffuret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Ffuret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arl","download_url":"https://codeload.github.com/arl/furet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arl%2Ffuret/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263343166,"owners_count":23452120,"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":["cli","crypt","decrypt","fernet","go"],"created_at":"2024-10-14T13:28:56.608Z","updated_at":"2025-07-03T14:40:32.739Z","avatar_url":"https://github.com/arl.png","language":"Go","readme":"# Furet\n\nSimple command line interface to encrypt/decrypt data encoded with a\n[Fernet](https://github.com/fernet/spec/) encryption key.\n\n\n```\n$ furet -h\n\nfuret encrypts or decrypts with the Fernet symmetric encryption.\n\nUsage:\n \n    furet [-o OUTPUT] --key KEY [INPUT]\n    furet [--decrypt] --key KEY [-o OUTPUT] [INPUT]\n\nOptions:\n    -e, --encrypt     Encrypt the input to the output. Default if omitted.\n    -d, --decrypt     Decrypt the input to the output.\n    -k, --key         Key to use. (accepts hexadecimal standard base64 or URL-safe base64.\n    -g, --generate    Generate a random key.\nINPUT defaults to standard input, and OUTPUT defaults to standard output.\n\nExamples:\n    $ KEY=$(furet -g)\n    $ furet --key $KEY -o file.furet file\n    $ furet --key $KEY -o file.furet \u003c file\n    $ furet --decrypt -k $KEY -o file file.furet\t\n    $ furet --decrypt -k $KEY \u003c file.furet \u003e file`\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farl%2Ffuret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farl%2Ffuret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farl%2Ffuret/lists"}