{"id":20898187,"url":"https://github.com/e3prom/kryptoxin","last_synced_at":"2025-05-13T01:30:53.301Z","repository":{"id":74891084,"uuid":"604689446","full_name":"e3prom/kryptoxin","owner":"e3prom","description":"A security-oriented payload encryption tool written in Python.","archived":false,"fork":false,"pushed_at":"2024-07-10T00:44:51.000Z","size":796,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-18T01:10:57.949Z","etag":null,"topics":["aes","cryptography","encryption","encryptor","penetration-testing","pentesting","programming","red-team","security"],"latest_commit_sha":null,"homepage":"https://e3prom.github.io/kryptoxin/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e3prom.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":"docs/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-21T15:33:35.000Z","updated_at":"2023-11-14T06:36:34.000Z","dependencies_parsed_at":"2024-05-21T12:28:11.144Z","dependency_job_id":"788530c5-8c7a-4f19-89e2-82aead8e23f0","html_url":"https://github.com/e3prom/kryptoxin","commit_stats":{"total_commits":60,"total_committers":2,"mean_commits":30.0,"dds":0.1166666666666667,"last_synced_commit":"538ab38a439dc6e300b22d3a0c25e8459abf6ffe"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e3prom%2Fkryptoxin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e3prom%2Fkryptoxin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e3prom%2Fkryptoxin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e3prom%2Fkryptoxin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e3prom","download_url":"https://codeload.github.com/e3prom/kryptoxin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225165595,"owners_count":17431341,"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","cryptography","encryption","encryptor","penetration-testing","pentesting","programming","red-team","security"],"created_at":"2024-11-18T11:09:29.829Z","updated_at":"2024-11-18T11:09:30.412Z","avatar_url":"https://github.com/e3prom.png","language":"Python","readme":"# Kryptoxin\n\n[![Latest Release](https://img.shields.io/github/release/e3prom/Kryptoxin.svg?style=for-the-badge)](https://github.com/e3prom/Kryptoxin/releases)\n[![GitHub issues](https://img.shields.io/github/issues-raw/e3prom/kryptoxin?style=for-the-badge)](https://github.com/e3prom/kryptoxin/issues)\n[![GitHub Workflow - Docs](https://img.shields.io/github/actions/workflow/status/e3prom/kryptoxin/docs-deploy.yml?label=docs\u0026style=for-the-badge)](https://e3prom.github.io/kryptoxin/)\n[![GitHub Workflow - Tests](https://img.shields.io/github/actions/workflow/status/e3prom/kryptoxin/python-unittest.yml?label=Tests\u0026style=for-the-badge)](https://github.com/e3prom/kryptoxin/actions/workflows/python-unittest.yml)\n[![License](https://img.shields.io/github/license/e3prom/kryptoxin?style=for-the-badge)](https://raw.githubusercontent.com/e3prom/kryptoxin/master/LICENSE)\n\n- [Kryptoxin](#kryptoxin)\n  - [Description](#description)\n  - [Features](#features)\n  - [Installation](#installation)\n    - [With pip (latest release)](#with-pip-latest-release)\n    - [With git (v0.9.9)](#with-git-v099)\n  - [Usages examples](#usages-examples)\n    - [Read, encrypt and decrypt, all from stdin](#read-encrypt-and-decrypt-all-from-stdin)\n    - [Encrypt using AES-128-CFB](#encrypt-using-aes-128-cfb)\n    - [Uses the PowerShell `load-asm` script template](#uses-the-powershell-load-asm-script-template)\n  - [Documentation](#documentation)\n  - [Disclaimer](#disclaimer)\n  - [License](#license)\n\n## Description\n\nKryptoxin is a Python tool allowing you to generate encrypted payloads effortlessly. This software is primarily intended for use in the security field for storing encrypted objects on target hosts. It can also be used for concealing scripts and binary objects from scrutiny.\n\nThe name `Kryptoxin` comes from the contraction of `Kryptos` (meaning `conceal`, `hidden` or `secret` in Greek) and the word `Toxin` (meaning `poison`). As the name implies, the intended goal of this project is to provide a fast and efficient way of concealing or hiding payloads, thus saving you a lot of time and effort. Most of our templates are \"living off the land\", using system libraries and encryption routines commonly found in base operating systems installations.\n\n## Features\n\nThe below features are supported:\n\n- Provides block-cipher encryption algorithms such as the `Advanced Encryption Standard` or `AES`.\n- Implements basic encryption ciphers such as a derivative of the [`Caesar Cipher`](https://en.wikipedia.org/wiki/Caesar_cipher).\n- Supports user-specifiable key sizes and block-cipher modes of operations, such as `AES256-CBC`.\n- Generate random cryptographic parameters such as `Initialization Vector` and `Salt`.\n- Encodes and properly formats variables for fast and streamlined copy/paste operations.\n- Handles `Text Files`, `Scripts`, `Portable Executables (PE)`, `Dynamic Link Libraries (DLLs)`, and `shellcodes` objects.\n- Generates compact, portable scripts or source codes as outputs for the below programming languages:\n  - [x] PowerShell\n  - [x] VBA Macro\n  - [x] C#\n  - [ ] C++\n  - [ ] C\n- Implement key derivation functions, such as `PBKDF2`.\n- Supports out-of-band key storage, with conditional trigger mechanisms (not yet available).\n- Includes scripts and source code templates to be used for security-related tasks and experimentation.\n\n## Installation\n\n### With pip (latest release)\n\n``` sh\npip install kryptoxin\n```\n\n### With git (v0.9.9)\n\n``` sh\ngit clone https://github.com/e3prom/kryptoxin\ncd kryptoxin\ngit checkout tags/0.9.9\nsudo make install\n```\n\n## Usages examples\n\n### Read, encrypt and decrypt, all from stdin\n\n``` {sh .no-copy}\n$ echo -n 'test' | python -m kryptoxin encrypt -k 12345\n5bP32GKoJa57IcKL4sWeUQ==\n\n$ echo -n '5bP32GKoJa57IcKL4sWeUQ==' | python -m kryptoxin decrypt -k 12345\ntest\n```\n\n### Encrypt using AES-128-CFB\n\n``` {sh .no-copy}\n$ echo -n 'test' | python -m kryptoxin encrypt -k 12345 --alg aes --key_size 128 --mode CFB\nE1ZdkFX+N4SjHtcsSi5m2g==\n```\n\n### Uses the PowerShell `load-asm` script template\n\n``` {sh .no-copy}\n$ python -m kryptoxin encrypt -k 123456 --random-iv --random-salt \\\n--lang powershell --action load_asm --in TestLibrary.dll \\\n--type=TestLibraryClass.Class1 --method=run\n2023-03-04 17:33:42,287 - INFO - The Initialization Vector (IV) is: c15c8447204e9025a8ef1e4dd2ea80da\n2023-03-04 17:33:42,287 - INFO - The PBKDF2 Salt is: 85858c9115145be223d36750464b8026\n\n$base64EncData = \"3Ud7pHQPm/qWOjgtuNOXP2WclPMxz6VuhfRTnwNXDyg=\"\n[...]\n```\n\n## Documentation\n\nYou can directly visit the [online documentation](https://e3prom.github.io/kryptoxin/) or build it locally using the `make docs` command.\n\n## Disclaimer\n\nThis program is distributed \"AS IS\" without any warranty or conditions of any kind. Under no circumstances can the developers, maintainers, or contributors be held responsible for the improper use of this software. Any damages or consequences resulting from the direct or indirect operation of this software cannot be attributed to the above-mentioned individuals or organizations. All opinions and knowledge expressed in the source codes, documentation, templates and examples are provided for educational and demonstration purposes only. By using this software you agree to the terms expressed therein.\n\n## License\n\nKryptoxin is released under the AGPL-3 license. See [LICENSE](LICENSE) for more detail.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe3prom%2Fkryptoxin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe3prom%2Fkryptoxin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe3prom%2Fkryptoxin/lists"}