Skip to main content

A simple module to encrypt and decrypt data using a secret keys/passcodes

Project description

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 for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Lesser General Public License - see the 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

encryptos-1.0.1.tar.gz (22.7 kB view hashes)

Uploaded Source

Built Distribution

encryptos-1.0.1-py3-none-any.whl (22.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page