{"id":24968410,"url":"https://github.com/blackbossx/bosscrypto","last_synced_at":"2026-02-15T00:32:34.541Z","repository":{"id":269872260,"uuid":"223751611","full_name":"BlackBossX/BossCrypto","owner":"BlackBossX","description":"my cryptography method","archived":false,"fork":false,"pushed_at":"2025-01-19T04:08:13.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T20:38:28.104Z","etag":null,"topics":["crypto","cryptography","cryptography-algorithms","cryptography-project","cryptography-tools"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/BlackBossX.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,"zenodo":null}},"created_at":"2019-11-24T13:49:56.000Z","updated_at":"2025-01-19T04:08:15.000Z","dependencies_parsed_at":"2024-12-26T20:17:34.662Z","dependency_job_id":"5a74068b-9ac0-4dfe-b3ab-579a230f20cb","html_url":"https://github.com/BlackBossX/BossCrypto","commit_stats":null,"previous_names":["blackbossx/bosscrypto"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BlackBossX/BossCrypto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBossX%2FBossCrypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBossX%2FBossCrypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBossX%2FBossCrypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBossX%2FBossCrypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlackBossX","download_url":"https://codeload.github.com/BlackBossX/BossCrypto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBossX%2FBossCrypto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29461911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T22:42:09.113Z","status":"ssl_error","status_checked_at":"2026-02-14T22:42:05.053Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["crypto","cryptography","cryptography-algorithms","cryptography-project","cryptography-tools"],"created_at":"2025-02-03T13:18:36.618Z","updated_at":"2026-02-15T00:32:34.526Z","avatar_url":"https://github.com/BlackBossX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BossCrypto\n\n**BossCrypto** is a simple cryptographic encoding and decoding tool built using a character mapping technique. This is not an advanced cryptographic method but serves as a basic example of how text can be obfuscated using mappings.\n\n---\n\n## Features\n\n- **Encoding:** Transforms plain text into encoded text using a predefined mapping.\n- **Decoding:** Reverts the encoded text back into its original form.\n- Supports letters (both uppercase and lowercase), numbers, spaces, and some special characters.\n\n---\n\n## How It Works\n\nThe program uses two predefined dictionaries:\n1. **`mapping`** - Used for decoding text.\n2. **`mapping_2`** - Used for encoding text.\n\nEach character in the input file (`BossCrypto.txt`) is mapped to its corresponding encoded or decoded counterpart based on the selected operation.\n\n### Mapping Technique\n\nBelow is the mapping technique used in BossCrypto:\n\n\u003cimg src=\"method.png\" alt=\"Mapping Diagram\" width=\"700\" height=\"700\"\u003e\n\nThis table illustrates how plain text characters are converted to cipher text characters and vice versa.\n\n---\n\n## How to Use\n\n1. Place the input text to be encoded or decoded in a file named `BossCrypto.txt` in the same directory as the script.\n2. Run the script using Python.\n3. Select the desired operation:\n   - Enter `1` for **Encoding**.\n   - Enter `2` for **Decoding**.\n4. The result (encoded/decoded text) will be displayed as the \"Flag.\"\n\n---\n\n## Example\n\n### Input (`BossCrypto.txt`)\n```\nHello World 123\n```\n\n### Encoding Output\n```\nFlag : Xjxmm=Vmpzm=876\n```\n\n### Decoding Output\n```\nFlag : Hello World 123\n```\n\n---\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/BlackBossX/BossCrypto.git\n   ```\n2. Navigate to the directory:\n   ```bash\n   cd BossCrypto\n   ```\n3. Run the script:\n   ```bash\n   python BossCrypto.py\n   ```\n\n---\n\n## Limitations\n\n- The mappings are fixed and easily reversible, so this method does not provide strong security.\n- The tool is intended for learning and demonstration purposes, not for real-world secure encryption.\n\n---\n\n## Creator\nBlaky,\n- For support, email malandealwis@gmail.com\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbossx%2Fbosscrypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbossx%2Fbosscrypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbossx%2Fbosscrypto/lists"}