{"id":15844726,"url":"https://github.com/thetechromancer/upcrypt","last_synced_at":"2025-06-30T19:05:00.985Z","repository":{"id":169790029,"uuid":"62480904","full_name":"TheTechromancer/upcrypt","owner":"TheTechromancer","description":"Batch encrypts files using 7-zip.  Typical use case is for uploading files to a cloud storage service.  Possible future developments include GUI and/or daemon functionality.","archived":false,"fork":false,"pushed_at":"2017-11-02T07:16:36.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T11:34:08.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheTechromancer.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":"2016-07-03T04:11:05.000Z","updated_at":"2017-11-01T03:12:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"03b3bb65-898f-4977-9721-b07f417c2025","html_url":"https://github.com/TheTechromancer/upcrypt","commit_stats":null,"previous_names":["thetechromancer/upcrypt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheTechromancer/upcrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2Fupcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2Fupcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2Fupcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2Fupcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheTechromancer","download_url":"https://codeload.github.com/TheTechromancer/upcrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2Fupcrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262834786,"owners_count":23371849,"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":[],"created_at":"2024-10-05T17:40:35.890Z","updated_at":"2025-06-30T19:05:00.957Z","avatar_url":"https://github.com/TheTechromancer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"upcrypt.py\n==============\n\nBatch encrypt files using 7zip (AES-256)\n--------------\n\nUpcrypt is a simple python script which wraps p7zip and makes it easy to encrypt large amounts of files individually (while preserving their folder structure).  The script is not necessary to *decrypt*; 7-zip or p7zip by themselves will work just fine.\n\nTypical use case:\n\n- Uploading a large number of files to untrusted cloud service, but must have the ability to access them on an individual basis.\n\nThis prevents the need to extract the entire archive when accessing a single file, and saves you from having to encrypt each file individually.\n\nUsage:\n----------\n\n  upcrypt.py [-h] [-d] -p PASS [-o DIR] [-w] [-t INT] [--split SIZE] [-v] [FILES [FILES ...]]\n\n  Batch-encrypts files using 7-zip. To 'process' means to encrypt or decrypt,\n  depending on which it's doing.\n\n  positional arguments:\n    FILES                 Files or directories to process\n\n  optional arguments:\n    -h, --help               show this help message and exit  \n    -d, --decrypt            Decrypt rather than encrypt  \n    -p PASS, --password PASS Password to use for encryption/decryption  \n    -o DIR, --out-dir DIR    Where to put processed files  \n    -w, --wrap               Zip contents into single file (don't encrypt individually)  \n    -t INT, --threads INT    Number of CPU cores to use. Default is all.  \n    --split SIZE             Split into volumes of SIZE. Default is None. Useful for circumventing filesize limitations. ;)  \n    -v, --verbose            Print what is happening. (limits threads to 1)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechromancer%2Fupcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthetechromancer%2Fupcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechromancer%2Fupcrypt/lists"}