{"id":21536017,"url":"https://github.com/yutianqaq/sharpzipaes","last_synced_at":"2025-04-28T18:55:49.196Z","repository":{"id":221826982,"uuid":"755485830","full_name":"yutianqaq/SharpZipAES","owner":"yutianqaq","description":"Tool developed using csharp (.net 4.5) for compressing and encrypting files to shorten transfer times. Supports multi-file compression and encryption, single-file compression, and directory compression.","archived":false,"fork":false,"pushed_at":"2024-02-15T08:38:17.000Z","size":8,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-28T18:55:43.682Z","etag":null,"topics":["encrypt","pentest","redteam","redteam-tools"],"latest_commit_sha":null,"homepage":"","language":"C#","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/yutianqaq.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-10T11:04:54.000Z","updated_at":"2025-03-29T10:10:23.000Z","dependencies_parsed_at":"2024-02-10T12:28:58.855Z","dependency_job_id":"52785e56-a103-4c5c-b439-dbe5161a1ae6","html_url":"https://github.com/yutianqaq/SharpZipAES","commit_stats":null,"previous_names":["yutianqaq/sharpzipaes"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutianqaq%2FSharpZipAES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutianqaq%2FSharpZipAES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutianqaq%2FSharpZipAES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutianqaq%2FSharpZipAES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutianqaq","download_url":"https://codeload.github.com/yutianqaq/SharpZipAES/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251372466,"owners_count":21578964,"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":["encrypt","pentest","redteam","redteam-tools"],"created_at":"2024-11-24T03:17:25.848Z","updated_at":"2025-04-28T18:55:49.162Z","avatar_url":"https://github.com/yutianqaq.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SharpZipAES\n\n[English](https://github.com/yutianqaq/SharpZipAES/blob/main/readme_en.md) 简体中文\n\n使用 csharp (.net 4.5)开发的工具，用于压缩和加密文件，以缩短传输时间。支持多文件压缩和加密、单文件压缩、目录压缩和加密。\n\n## 特点\n\n- 仅 10 kb\n- 无需落地\n- 更安全的加密方式\n\n```\n .\\SharpZipAES.exe\nAuthor: Yutian\nGithub: https://github.com/yutianqaq/SharpZipAES\n[-] Usage:\n  SharpZipAES.exe encrypt \u003cencryption key\u003e \u003cpath to compress\u003e\n  SharpZipAES.exe decrypt \u003cencryption key\u003e \u003cpath to encrypted ZIP\u003e\n```\n\n## 多个文件压缩并加密\n```powershell\nPS C:\\Users\\havoc\\Desktop\\SharpZipAES\\SharpZipAES\\bin\\Release\u003e .\\SharpZipAES.exe encrypt Password1 .\\SharpZipAES.exe .\\SharpZipAES.exe.config .\\SharpZipAES.pdb\nAuthor: Yutian\n[+] Wrote encrypted archive\n[+] Packed compressed file\n[+] Packed compressed file to swvHxCvZ.zip succeeded\n[+] Wrote encrypted archive swvHxCvZ.aes.zip to disk!\n[+] Removed encryption key from memory\n[+] Deleted unecrypted archive\n[+] Ready for exfil\n[+] Program run time is: 00:00:00.3377748\nPS C:\\Users\\havoc\\Desktop\\SharpZipAES\\SharpZipAES\\bin\\Release\u003e .\\SharpZipAES.exe decrypt Password1 .\\swvHxCvZ.aes.zip\nAuthor: Yutian\n[+] Wrote encrypted archive\n[+] Decrypting .\\swvHxCvZ.aes.zip\n[+] Decrypted swvHxCvZ.zip successfully!\n[+] Program run time is: 00:00:00.3165076\n```\n\n## 单个文件压缩并加密\n```powershell\nPS C:\\Users\\havoc\\Desktop\\SharpZipAES\\SharpZipAES\\bin\\Release\u003e .\\SharpZipAES.exe encrypt Password1 .\\SharpZipAES.exe\nAuthor: Yutian\n[+] Wrote encrypted archive\n[+] Packed compressed file\n[+] Packed compressed file to MGvmLoY2.zip succeeded\n[+] Wrote encrypted archive MGvmLoY2.aes.zip to disk!\n[+] Removed encryption key from memory\n[+] Deleted unecrypted archive\n[+] Ready for exfil\n[+] Program run time is: 00:00:00.3319586\nPS C:\\Users\\havoc\\Desktop\\SharpZipAES\\SharpZipAES\\bin\\Release\u003e .\\SharpZipAES.exe decrypt Password1 .\\MGvmLoY2.aes.zip\nAuthor: Yutian\n[+] Wrote encrypted archive\n[+] Decrypting .\\MGvmLoY2.aes.zip\n[+] Decrypted MGvmLoY2.zip successfully!\n[+] Program run time is: 00:00:00.3204786\n```\n\n## 目录压缩并加密\n\n```powershell\nPS C:\\Users\\havoc\\Desktop\\SharpZipAES\\SharpZipAES\\bin\\Release\u003e .\\SharpZipAES.exe encrypt Password1 .\\Test\\\nAuthor: Yutian\n[+] Wrote encrypted archive\n[+] Packed compressed directory to tvdOAOZP.zip succeeded\n[+] Wrote encrypted archive tvdOAOZP.aes.zip to disk!\n[+] Removed encryption key from memory\n[+] Deleted unecrypted archive\n[+] Ready for exfil\n[+] Program run time is: 00:00:31.9781834\nPS C:\\Users\\havoc\\Desktop\\SharpZipAES\\SharpZipAES\\bin\\Release\u003e .\\SharpZipAES.exe decrypt Password1 .\\tvdOAOZP.aes.zip\nAuthor: Yutian\n[+] Wrote encrypted archive\n[+] Decrypting .\\tvdOAOZP.aes.zip\n[+] Decrypted tvdOAOZP.zip successfully!\n[+] Program run time is: 00:00:11.5933884\n```\n\n\n\n# References\n\nhttps://github.com/uknowsec/SharpZip\n\nhttps://github.com/matterpreter/OffensiveCSharp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutianqaq%2Fsharpzipaes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutianqaq%2Fsharpzipaes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutianqaq%2Fsharpzipaes/lists"}