{"id":27375207,"url":"https://github.com/apavazza/crypt","last_synced_at":"2025-07-07T14:11:03.910Z","repository":{"id":285828039,"uuid":"957244559","full_name":"apavazza/crypt","owner":"apavazza","description":"A file encryption and decryption tool","archived":false,"fork":false,"pushed_at":"2025-04-11T21:14:50.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T12:14:46.535Z","etag":null,"topics":["aes","argon2","cli","cryptography","encryption","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/apavazza.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,"zenodo":null}},"created_at":"2025-03-29T22:19:26.000Z","updated_at":"2025-04-11T21:14:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"fea15481-b72c-4fff-ae10-5737026db225","html_url":"https://github.com/apavazza/crypt","commit_stats":null,"previous_names":["apavazza/crypt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/apavazza/crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apavazza%2Fcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apavazza%2Fcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apavazza%2Fcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apavazza%2Fcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apavazza","download_url":"https://codeload.github.com/apavazza/crypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apavazza%2Fcrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264089672,"owners_count":23555785,"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":["aes","argon2","cli","cryptography","encryption","rust"],"created_at":"2025-04-13T12:14:45.606Z","updated_at":"2025-07-07T14:11:03.885Z","avatar_url":"https://github.com/apavazza.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypt\n\n[![Tests](https://github.com/apavazza/crypt/actions/workflows/tests.yml/badge.svg)](https://github.com/apavazza/crypt/actions/workflows/tests.yml)\n[![Build](https://github.com/apavazza/crypt/actions/workflows/build-and-release.yml/badge.svg)](https://github.com/apavazza/crypt/actions/workflows/build-and-release.yml)\n![Rust version](https://img.shields.io/badge/Rust-1.85%2B-dea584.svg)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE)\n\nA file encryption and decryption tool using AES and Argon2id\n\n## Usage\n\n### Encrypting a File\n\nTo encrypt a file, run:\n\n```shell\ncrypt encrypt \u003cfilename\u003e\n```\n\nor\n\n```shell\ncrypt e \u003cfilename\u003e\n```\n\n### Decrypting a File\n\nTo decrypt a file, run:\n\n```shell\ncrypt decrypt \u003cfilename\u003e\n```\n\nor\n\n```shell\ncrypt d \u003cfilename\u003e\n```\n\n### Examining File Headers\n\nTo display the header information, run:\n```shell\ncrypt header \u003cfilename\u003e\n```\n\nor\n\n```shell\ncrypt h \u003cfilename\u003e\n```\n\n## Encryption\n\nFiles are encrypted using AES-256-CBC with argon2id hashing.\n\n## Compiling\n\nTo compile the program, run:\n\n```shell\ncargo build --release\n```\n\nTo run tests, run:\n\n```shell\ncargo test\n```\n\n## License\n\nThis software is provided under the terms of the [GNU General Public License v3.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapavazza%2Fcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapavazza%2Fcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapavazza%2Fcrypt/lists"}