# Encryptos Description
Get to encrypt data easily using a unique algorithm.
## Getting Started
Encryptos requires secret ,which is ,secret key/passcode to decrypt or encrypt data just in simple steps.
Install encryptos using pip::
python -m pip install encryptos
### Prerequisites
No extra modules have to be installed to use this module but only python built-in modules will be used.
## Deployment
After installation,just use this module like this::
from encryptos import encrypt,decrypt
key="secret_key"
string_="unencrypted_string"
encrypted=encrypt(string_,key)
decrypted=decrypt(encrypted, key)
First the string "string_" is encrypted to "encrypted" varible and then decrypted back to "string_" by "decrypt" function ,that is to "decrypted".
## Contributing
Please 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.
## Authors
* **Brian Musakwa** - *Initial work* - [digreatbrian](https://github.com/digreatbrian)
See also the list of [contributors](https://github.com/digreatbrian/encryptos/contributors) who participated in this project.
## License
This project is licensed under the Lesser General Public License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
* I hereby thank everyone who has contributed to this software as any contribution is regarded good for better performance of the software.
Raw data
{
"_id": null,
"home_page": "",
"name": "encryptos",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "encrypt,encryptos,encrypto,decrypt,lock,data,encryption,secure,aes",
"author": "",
"author_email": "Brian Musakwa <digreatbrian@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/d2/a7/6112ff239ea0b4002b97074d7d75d89e9d1f1748892b51735a90e351f032/encryptos-1.0.1.tar.gz",
"platform": null,
"description": "# Encryptos Description\r\n\r\nGet to encrypt data easily using a unique algorithm.\r\n\r\n## Getting Started\r\n\r\nEncryptos requires secret ,which is ,secret key/passcode to decrypt or encrypt data just in simple steps.\r\n\r\nInstall encryptos using pip::\r\n \r\n python -m pip install encryptos\r\n\r\n### Prerequisites\r\n\r\nNo extra modules have to be installed to use this module but only python built-in modules will be used.\r\n\r\n## Deployment\r\n\r\nAfter installation,just use this module like this::\r\n \r\n from encryptos import encrypt,decrypt\r\n\r\n key=\"secret_key\"\r\n string_=\"unencrypted_string\"\r\n\r\n encrypted=encrypt(string_,key)\r\n decrypted=decrypt(encrypted, key)\r\n\t\r\nFirst the string \"string_\" is encrypted to \"encrypted\" varible and then decrypted back to \"string_\" by \"decrypt\" function ,that is to \"decrypted\".\r\n\r\n## Contributing\r\n\r\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.\r\n\r\n## Authors\r\n\r\n* **Brian Musakwa** - *Initial work* - [digreatbrian](https://github.com/digreatbrian)\r\n\r\nSee also the list of [contributors](https://github.com/digreatbrian/encryptos/contributors) who participated in this project.\r\n\r\n## License\r\n\r\nThis project is licensed under the Lesser General Public License - see the [LICENSE](LICENSE) file for details\r\n\r\n## Acknowledgments\r\n\r\n* I hereby thank everyone who has contributed to this software as any contribution is regarded good for better performance of the software.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A simple module to encrypt and decrypt data using a secret keys/passcodes",
"version": "1.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/digreatbrian/encryptos/issues",
"Homepage": "https://github.com/digreatbrian/encryptos"
},
"split_keywords": [
"encrypt",
"encryptos",
"encrypto",
"decrypt",
"lock",
"data",
"encryption",
"secure",
"aes"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d1fef0c9c868df409c2b1c6a2c58b9cf1e1c64bcea7f5ba0d5688afe1f70feda",
"md5": "912810205547cae6ef6d0303ae23b6ae",
"sha256": "8f7fb02d8f56530648d0233408cfb93a2f5cdd35df0c6635d0893c1174173e8f"
},
"downloads": -1,
"filename": "encryptos-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "912810205547cae6ef6d0303ae23b6ae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 22520,
"upload_time": "2023-05-17T11:35:44",
"upload_time_iso_8601": "2023-05-17T11:35:44.616668Z",
"url": "https://files.pythonhosted.org/packages/d1/fe/f0c9c868df409c2b1c6a2c58b9cf1e1c64bcea7f5ba0d5688afe1f70feda/encryptos-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d2a76112ff239ea0b4002b97074d7d75d89e9d1f1748892b51735a90e351f032",
"md5": "f7e22f6e79f3a11a48f0f1e50828083b",
"sha256": "9b7cd54ae2f5539b9d3781abb5d4a5abc77f7c8697b3977bde24cb95781e13c4"
},
"downloads": -1,
"filename": "encryptos-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f7e22f6e79f3a11a48f0f1e50828083b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 22729,
"upload_time": "2023-05-17T11:35:46",
"upload_time_iso_8601": "2023-05-17T11:35:46.802910Z",
"url": "https://files.pythonhosted.org/packages/d2/a7/6112ff239ea0b4002b97074d7d75d89e9d1f1748892b51735a90e351f032/encryptos-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-17 11:35:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "digreatbrian",
"github_project": "encryptos",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "encryptos"
}