{"id":19539124,"url":"https://github.com/shreyashm17/encrypytor","last_synced_at":"2025-06-30T23:05:36.203Z","repository":{"id":257116124,"uuid":"857365387","full_name":"ShreyashM17/Encrypytor","owner":"ShreyashM17","description":"It is a code for encryption of passwords or any type of data, and it has an inbuilt decryptor as well, it is coded purely in python","archived":false,"fork":false,"pushed_at":"2024-09-14T13:43:09.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T04:41:56.205Z","etag":null,"topics":["decryption","encryption","python"],"latest_commit_sha":null,"homepage":"","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/ShreyashM17.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}},"created_at":"2024-09-14T13:15:21.000Z","updated_at":"2024-09-14T15:26:16.000Z","dependencies_parsed_at":"2024-09-14T23:19:19.379Z","dependency_job_id":"3503a398-c7cc-4307-b7ae-8722bfec5ba4","html_url":"https://github.com/ShreyashM17/Encrypytor","commit_stats":null,"previous_names":["shreyashm17/encrypytor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShreyashM17/Encrypytor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashM17%2FEncrypytor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashM17%2FEncrypytor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashM17%2FEncrypytor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashM17%2FEncrypytor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShreyashM17","download_url":"https://codeload.github.com/ShreyashM17/Encrypytor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShreyashM17%2FEncrypytor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262864131,"owners_count":23376455,"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":["decryption","encryption","python"],"created_at":"2024-11-11T02:38:16.636Z","updated_at":"2025-06-30T23:05:36.169Z","avatar_url":"https://github.com/ShreyashM17.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Encrypytion and Decryption code\nIt is a code for encryption of passwords, and it has an inbuilt decryptor as well, it is coded purely in python with no external libraries\n\n### Example:-\n#### Encrypting a password\n```\nvalue = 'Password'\nencryption = encoder(value)\nprint(f'Result: {encryption}')\n```\n\u003e Result: y^9PaNq+ssIo_wo0HSrd324e\n#### Decrypting a password\n```\nvalue = 'y^9PaNq+ssIo_wo0HSrd324e'\ndecryption = decoder(value)\nprint(f'Result: {decryption}')\n```\n\u003e Result: Password\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashm17%2Fencrypytor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyashm17%2Fencrypytor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyashm17%2Fencrypytor/lists"}