{"id":21130575,"url":"https://github.com/digreatbrian/encryptos","last_synced_at":"2025-03-14T12:14:08.303Z","repository":{"id":153245987,"uuid":"628090096","full_name":"digreatbrian/encryptos","owner":"digreatbrian","description":"Encrypt and Decrypt data easily using secret keys/ passwords.","archived":false,"fork":false,"pushed_at":"2023-09-03T11:28:56.000Z","size":94,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T15:18:39.093Z","etag":null,"topics":["encryption","encryption-algorithms","encryption-decryption","password-locking","python","security","security-encryption"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digreatbrian.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}},"created_at":"2023-04-14T22:23:49.000Z","updated_at":"2023-09-03T11:25:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"e201de97-5400-41f4-971f-59df48b9a4d1","html_url":"https://github.com/digreatbrian/encryptos","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digreatbrian%2Fencryptos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digreatbrian%2Fencryptos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digreatbrian%2Fencryptos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digreatbrian%2Fencryptos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digreatbrian","download_url":"https://codeload.github.com/digreatbrian/encryptos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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":["encryption","encryption-algorithms","encryption-decryption","password-locking","python","security","security-encryption"],"created_at":"2024-11-20T05:35:09.665Z","updated_at":"2025-03-14T12:14:08.257Z","avatar_url":"https://github.com/digreatbrian.png","language":"Python","readme":"![icon](https://github.com/digreatbrian/encryptos/blob/main/assets/encryptos.jpg)\n\n# Encryptos Description\n\nGet to encrypt data easily using a unique algorithm.\n\n## Getting Started\n\nEncryptos requires secret ,which is ,secret key/passcode to decrypt or encrypt data just in simple steps.\n\nInstall encryptos using pip::\n          \n        python -m pip install encryptos\n\n### Prerequisites\n\nNo extra modules have to be installed to use this module but only python built-in modules will be used.\n\n## Deployment\n\nAfter installation,just use this module like this::\n     \n     from encryptos import encrypt,decrypt\n\n     key=\"secret_key\"\n     string_=\"unencrypted_string\"\n\n     encrypted=encrypt(string_,key)\n     decrypted=decrypt(encrypted, key)\n\t\nFirst the string \"string_\" is encrypted to \"encrypted\" varible and then decrypted back to \"string_\" by \"decrypt\" function ,that is to \"decrypted\".\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/digreatbrian/encryptos/contributers) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Brian Musakwa** - *Initial work* - [digreatbrian](https://github.com/digreatbrian)\n\nSee also the list of [contributors](https://github.com/digreatbrian/encryptos/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the Lesser General Public License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments\n\n* I hereby thank everyone who has contributed to this software as any contribution is regarded good for better performance of the software.\n\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigreatbrian%2Fencryptos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigreatbrian%2Fencryptos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigreatbrian%2Fencryptos/lists"}