{"id":27425620,"url":"https://github.com/jdm-github/jcryptor","last_synced_at":"2025-04-14T12:09:16.366Z","repository":{"id":56739066,"uuid":"524348992","full_name":"JDM-Github/JCryptor","owner":"JDM-Github","description":"Github Repository of JCryptor","archived":false,"fork":false,"pushed_at":"2022-08-15T11:37:56.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T12:09:11.628Z","etag":null,"topics":["decrypt","encrypt","python"],"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/JDM-Github.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}},"created_at":"2022-08-13T09:00:01.000Z","updated_at":"2023-07-20T00:41:03.000Z","dependencies_parsed_at":"2022-08-16T01:00:53.039Z","dependency_job_id":null,"html_url":"https://github.com/JDM-Github/JCryptor","commit_stats":null,"previous_names":["scripnewbie/jcryptor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDM-Github%2FJCryptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDM-Github%2FJCryptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDM-Github%2FJCryptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDM-Github%2FJCryptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JDM-Github","download_url":"https://codeload.github.com/JDM-Github/JCryptor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877970,"owners_count":21176244,"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":["decrypt","encrypt","python"],"created_at":"2025-04-14T12:09:15.191Z","updated_at":"2025-04-14T12:09:15.882Z","avatar_url":"https://github.com/JDM-Github.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JCryptor\r\n\r\n* `JCryptor` is used to `Encrypt` and `Decrypt`.\r\n* `JCryptor` latest version [0.1.70](https://github.com/ScripNewbie/JCryptor/tree/main)\r\n\r\n\r\n# How to Use?\r\n\r\n## Encrypting:\r\n### Code\r\n```python\r\nfrom jcryptor import JCryptor\r\n\r\ncryptor = JCryptor()\r\n\r\nencrypt = cryptor.encrypt_text(original_text, print_it=True)\r\n```\r\n### Result\r\n```python\r\n\u003e\u003e \u003c[\\\\o Vo|\\@\r\n```\r\n\r\n## Decrypting:\r\n### Code\r\n```python\r\nfrom jcryptor import JCryptor\r\n\r\ncryptor = JCryptor()\r\noriginal_text = \"Hello World\"\r\nencrypt = cryptor.encrypt_text(original_text)\r\ndecrypt = cryptor.decrypt_text(encrypt, print_it=True)\r\n```\r\n### Result\r\n```\r\n\u003e\u003e Hello World\r\n```\r\n \r\n# How to install?\r\n \r\n**On Windows:**\r\n```\r\n$ pip install JCryptor\r\n$ pip install jcryptor==0.1.50\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdm-github%2Fjcryptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdm-github%2Fjcryptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdm-github%2Fjcryptor/lists"}