{"id":24938322,"url":"https://github.com/lolenseu248/xhash","last_synced_at":"2025-08-14T08:12:43.115Z","repository":{"id":160195417,"uuid":"469133308","full_name":"lolenseu248/xhash","owner":"lolenseu248","description":"XHash a simple Encrypting and Decrypting tool build in Python","archived":false,"fork":false,"pushed_at":"2023-05-30T02:43:26.000Z","size":78,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T17:23:42.975Z","etag":null,"topics":["encryption","pyhon3","software","tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lolenseu248.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":"2022-03-12T16:12:03.000Z","updated_at":"2022-03-26T12:07:55.000Z","dependencies_parsed_at":"2023-05-23T10:15:05.868Z","dependency_job_id":null,"html_url":"https://github.com/lolenseu248/xhash","commit_stats":null,"previous_names":["lolenseu248/xhash"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lolenseu248/xhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolenseu248%2Fxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolenseu248%2Fxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolenseu248%2Fxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolenseu248%2Fxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lolenseu248","download_url":"https://codeload.github.com/lolenseu248/xhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lolenseu248%2Fxhash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270385467,"owners_count":24574556,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["encryption","pyhon3","software","tool"],"created_at":"2025-02-02T17:57:15.306Z","updated_at":"2025-08-14T08:12:43.060Z","avatar_url":"https://github.com/lolenseu248.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/lolenseu/xhash\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT License-orange\"\u003e\u003c/a\u003e \n\u003ca href=\"https://github.com/lolenseu/xhash\"\u003e\u003cimg src=\"https://img.shields.io/badge/OPEN--SOURCE-YES-green\"\u003e\u003c/a\u003e\n\n\n# XHASH\nXHash is a simple Encrypting and Decrypting tool build in Python.\n- XHash are using its own xh1 or xhash1 converting process just like ascii or base64 converting process.\n- XHash are free to use and opensource tool/software.\n- xh1 or xhash1 are the version 1.0 of the tool.\n\n\n## How to clone and install requirements\n```BASHc\nsudo apt update \u0026\u0026 sudo apt upgrade -y\nsudo apt install git python3 python3-pip\ngit clone https://github.com/lolenseu/xhash.git\ncd xhash\npython3 -m pip install -r requirements.txt\nchmod +x bash-scrypts/install.sh\nchmod +x bash-scrypts/update.sh\n```\nor\n```BASHc\nsudo curl https://raw.githubusercontent.com/lolenseu/xhash/main/bash-scrypts/install.sh \u003e xhash-install.sh \u0026\u0026 chmod +x xhash-install.sh \u0026\u0026 bash xhash-install.sh\n```\n\n\n## How to use\n Encrypting\n```BASHc\npython3 encryptxh1.py\n```\n Decrypting\n```BASHc\npython3 decryptxh1.py\n```\n\n\n## Sample Screenshots and Steps to Use\n### \"Encrypting\" Make a file \n![Screenshot_2022-03-16_03-50-20](https://user-images.githubusercontent.com/98665691/158477378-88c82baf-1930-463f-b94c-08bec186a307.png)\n### Add a content to the file\n![Screenshot_2022-03-16_03-53-01](https://user-images.githubusercontent.com/98665691/158477879-c8d26ef9-d1d7-4312-9956-89b58ef59ab5.png)\n### Run the Encrypting Tool\n![Screenshot_2022-03-16_04-04-24](https://user-images.githubusercontent.com/98665691/158478165-beded490-c896-419e-82b7-952ab18323d2.png)\n### \"Decrypting\" Sample file \n![Screenshot_2022-03-16_04-06-45](https://user-images.githubusercontent.com/98665691/158478600-332fbd77-dcb2-4ec6-97c0-c6cc114da3ea.png)\n### Run the Decrypting Tool\n![Screenshot_2022-03-16_04-08-53](https://user-images.githubusercontent.com/98665691/158478697-c42e0af5-dfbf-49c0-b4bc-7acd51ebedc4.png)\n### Decryted file\n![Screenshot_2022-03-16_04-12-59](https://user-images.githubusercontent.com/98665691/158479119-242dc80c-348e-418a-86b0-5b7341639407.png)\n\n\n## Notice\n- Before you use the tools, don't forget to edit and disable the encryptxh1.py and decryptxh1.py update checker below each file! (Why this is enabled? - To inform you to each update or release from the github repository)\n- Don't update immediately the tool if there is a new update this may cause an error in the encryption process, decrypt fist to the version you used in the encryption process!\n- Don't lost your \"filename.xh1\" file because we don't make any backup to each encrypted file!\n- Don't edit the encryted \"filename.xh1\" file it may couse a error or corrupted error that can't or unable read in encryption process!\n- You can rename your file after the encryption process but make sure that have \".xh1\" extention.\n- You can modify or copy and apply to your code and projects you wish. Its free to use!\n\n\n## Update and Bug Fixed\nUpdate:\n- Update Dictionary\n- 3 Characters Encryption\n- Decrypted and Encrypted file storage\n\nFixed:\n- Can't read keys\n\n\n## Future Updates\n- xh2 a version 2.0 (Features: new encryption process, adding a small amount of security hashing process, and some changes in cli.)\n\n\n## Versions\n\n### xh1 (xhash1)\n - v0.3beta Latest\n\n### xh2 (xhash2)\n - vNone Latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolenseu248%2Fxhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flolenseu248%2Fxhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flolenseu248%2Fxhash/lists"}