{"id":17217763,"url":"https://github.com/danvixent/cryptany","last_synced_at":"2026-02-08T22:31:48.933Z","repository":{"id":57693296,"uuid":"285682135","full_name":"danvixent/cryptany","owner":"danvixent","description":"A simple tool for encrypting/decrypting any sequence of bytes using a key","archived":false,"fork":false,"pushed_at":"2022-02-20T15:42:41.000Z","size":10310,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-11T21:43:48.391Z","etag":null,"topics":["encryption","golang","security"],"latest_commit_sha":null,"homepage":"","language":"Go","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/danvixent.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}},"created_at":"2020-08-06T22:16:36.000Z","updated_at":"2023-03-05T07:48:13.000Z","dependencies_parsed_at":"2022-09-26T21:00:52.759Z","dependency_job_id":null,"html_url":"https://github.com/danvixent/cryptany","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danvixent/cryptany","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvixent%2Fcryptany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvixent%2Fcryptany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvixent%2Fcryptany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvixent%2Fcryptany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danvixent","download_url":"https://codeload.github.com/danvixent/cryptany/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvixent%2Fcryptany/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29247582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:42:34.334Z","status":"ssl_error","status_checked_at":"2026-02-08T21:41:38.468Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","golang","security"],"created_at":"2024-10-15T03:44:40.846Z","updated_at":"2026-02-08T22:31:48.921Z","avatar_url":"https://github.com/danvixent.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptany\n\nA simple tool for encrypting any sequence of bytes using a key\n\nUse the following command to install it into your GOPATH\n\n```bash\n $   go install github.com/danvixent/cryptany\n```\n\n## Examples\n\nFor encryption:\n\n```bash\n    $ cryptany -path /path/to/file -key somekey -enc\n        encrypted file: /path/to/file.crypt\n```\n\nFor decryption:\n\n```bash\n    $ cryptany -path /path/to/file.crypt -key somekey -dec\n        decrypted file: /path/to/file\n```\n\nSpecifying custom output directory:\n\n```bash\n    $ cryptany -path /path/to/file -key somekey -enc -out ~/crypts\n        encrypted file: ~/crypts/file.crypt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvixent%2Fcryptany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanvixent%2Fcryptany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvixent%2Fcryptany/lists"}