{"id":29460675,"url":"https://github.com/5noxi/aes-cbc-encryption","last_synced_at":"2025-07-14T02:32:44.439Z","repository":{"id":270487027,"uuid":"910526366","full_name":"5Noxi/AES-CBC-Encryption","owner":"5Noxi","description":"PowerShell encryption using AES CBC - 256 bit encryption key.","archived":false,"fork":false,"pushed_at":"2025-07-13T14:59:45.000Z","size":5045,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T16:32:21.683Z","etag":null,"topics":["aes-256","aes-encryption","amsi-bypass","crypter","encrypt","encryption","mixed-boolean-arithmetic","obfuscate","obfuscator","powershell","reverse","reverse-engineering","reversed","tool","xencrypt"],"latest_commit_sha":null,"homepage":"https://discord.gg/E2ybG4j9jU","language":"PowerShell","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/5Noxi.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":"2024-12-31T14:25:18.000Z","updated_at":"2025-07-13T15:00:20.000Z","dependencies_parsed_at":"2025-04-12T18:29:55.963Z","dependency_job_id":"882f1424-8852-49b7-b869-a9a77bdaf314","html_url":"https://github.com/5Noxi/AES-CBC-Encryption","commit_stats":null,"previous_names":["5noxi/omni-crypter","5noxi/aes-cbc-encryption"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/5Noxi/AES-CBC-Encryption","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Noxi%2FAES-CBC-Encryption","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Noxi%2FAES-CBC-Encryption/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Noxi%2FAES-CBC-Encryption/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Noxi%2FAES-CBC-Encryption/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5Noxi","download_url":"https://codeload.github.com/5Noxi/AES-CBC-Encryption/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Noxi%2FAES-CBC-Encryption/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265233753,"owners_count":23731825,"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-256","aes-encryption","amsi-bypass","crypter","encrypt","encryption","mixed-boolean-arithmetic","obfuscate","obfuscator","powershell","reverse","reverse-engineering","reversed","tool","xencrypt"],"created_at":"2025-07-14T02:30:44.422Z","updated_at":"2025-07-14T02:32:44.389Z","avatar_url":"https://github.com/5Noxi.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AES 256-Bit CBC Encryption - Combined With Further Obfuscation\n\nPowerShell encryption using  AES CBC (ECB insecure, CFB/OFB obsolete) and further obfuscation to make it hard to reverse your code. Based on [xencrypt](https://github.com/the-xentropy/xencrypt), but no longer comparable, as everything has been revised. `Input File` is mandatory, if the `Output File` path isn't set, it'll use the current file name and adds `NV-`. Default iteration is `2`, increasing it too much can end up in errors (you should test whether it still starts normally, if not, run the encryption again). A combination with the [minifier](https://github.com/5Noxi/PowerShell-Minifier/tree/main) is possible (before).\n\nPreview:\n\nhttps://github.com/user-attachments/assets/96c8e28a-934b-4e41-aabd-cda308bd1493\n\n- `256` bit encryption key / `128` bit block size \n   - `Gzip` and `Deflate` compression\n   - Cipher block chaining mode\n   - Random padding mode (not `None`)\n- Randomized variable names\n   - Each variable gets created with a random amount of `16-32` characters from the \"Arabic, Chinese, Japanese, Russian, Greek, Korean\" alphabets \u0026 a preconfigured name\n- Randomized comments for additional confusion\n   - Using a configured character preset - length of `70-80`\n- Many parts of the decryption stub are reversed and encoded\n- Adjustable iterations (default is `2`)\n- Different character obfuscation (last layer only)\n\n`Detailed Logging` - Displays the padding modes, compression types and found patterns (character obfuscation)\n\n`Add Dead Branches` - Adds dead `if` blocks (amount can be changed with `$insc`)\n\n ## Discord Server \n- https://discord.gg/E2ybG4j9jU\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5noxi%2Faes-cbc-encryption","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5noxi%2Faes-cbc-encryption","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5noxi%2Faes-cbc-encryption/lists"}