{"id":20846780,"url":"https://github.com/raz-varren/lockdown","last_synced_at":"2025-05-09T03:11:52.592Z","repository":{"id":52997127,"uuid":"225075236","full_name":"raz-varren/lockdown","owner":"raz-varren","description":"A command line file encryption tool","archived":false,"fork":false,"pushed_at":"2019-12-01T21:21:52.000Z","size":21,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T03:11:37.601Z","etag":null,"topics":["argon2id","cross-platform","ctr-mode","easy-to-use","file-encryption"],"latest_commit_sha":null,"homepage":null,"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/raz-varren.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":"2019-11-30T22:02:35.000Z","updated_at":"2025-05-08T13:17:46.000Z","dependencies_parsed_at":"2022-08-30T09:20:59.010Z","dependency_job_id":null,"html_url":"https://github.com/raz-varren/lockdown","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/raz-varren%2Flockdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raz-varren%2Flockdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raz-varren%2Flockdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raz-varren%2Flockdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raz-varren","download_url":"https://codeload.github.com/raz-varren/lockdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253181442,"owners_count":21866994,"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":["argon2id","cross-platform","ctr-mode","easy-to-use","file-encryption"],"created_at":"2024-11-18T02:17:56.896Z","updated_at":"2025-05-09T03:11:52.576Z","avatar_url":"https://github.com/raz-varren.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Lockdown [![GoDoc](https://godoc.org/github.com/raz-varren/lockdown?status.svg)](https://godoc.org/github.com/raz-varren/lockdown)\n==================\n\nlockdown is a file encryption tool that takes, as input, a set of plaintext files and replaces them with encrypted counterpart files, typically with a file extension of (.lkd), and vice versa.\n\nWhen a file is successfully encrypted, the plaintext file is deleted from the file system, leaving only the (.lkd) encrypted file remaining.\n\nThe same is true of the reverse, successfully decrypting a (.lkd) file will produce a plaintext counterpart and delete the encrypted file from the file system.\n\n### Install:\n-----------\n```bash\ngo get github.com/raz-varren/lockdown...\ngo install github.com/raz-varren/lockdown\n```\n\n### Examples:\n---------\n\n```bash\n#list options\nlockdown -h\n\n#encrypt a file\nlockdown -e /path/to/file.txt\n\n#decrypt a file\nlockdown -d /path/to/file.txt.lkd\n\n#encrypt all files in a directory that don't have the (.lkd) extension\nlockdown -e -r /path/to/directory\n\n#decrypt all files in a directory that do have the (.lkd) extension\nlockdown -d -r /path/to/directory\n\n#encrypt file using different extension\nlockdown -e -ext myext /path/to/file.txt\n\n#decrypt directory of encrypted files with multiple possible extensions\nlockdown -d -r -ext \"myext,otherext,lkd\" /path/to/directory\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraz-varren%2Flockdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraz-varren%2Flockdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraz-varren%2Flockdown/lists"}