Skip to main content

A package to encrypt any sort of string or data. currently HEAVILY w.i.p.

Project description

Encryption Package

This Python package provides basic functionality for encrypting and decrypting strings.

Functions

encrypt_str

The encrypt_str function is used to encrypt a string using a specified key.

encrypt_str(Input: str, Key: str = "", Method: int = 0) -> str
  • Input: The string to be encrypted.
  • Key: The encryption key (optional).
  • Method: The encryption method (0 for custom encryption).

decrypt_str

The decrypt_str function is used to decrypt an encrypted string using a specified key.

decrypt_str(Input: str, Key: str, Method: int = 0) -> str
  • Input: The string to be decrypted.
  • Key: The decryption key.
  • Method: The decryption method (0 for custom decryption).

Usage

To use this package, you can call the encrypt_str function to encrypt a string and the decrypt_str function to decrypt it. Ensure that you provide the correct encryption and decryption keys for successful operations.

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

obfuscy-0.0.1.tar.gz (3.7 MB view details)

Uploaded Source

Built Distribution

obfuscy-0.0.1-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file obfuscy-0.0.1.tar.gz.

File metadata

  • Download URL: obfuscy-0.0.1.tar.gz
  • Upload date:
  • Size: 3.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for obfuscy-0.0.1.tar.gz
Algorithm Hash digest
SHA256 cd6e375d5f74a99a348f13786490869dc9f32615b7739f2b3ca6c18bf46b7814
MD5 f4514c9c56ba0ff81d146298469ff395
BLAKE2b-256 fbfc8fe7cc36c6b8192b6368a63649f11b0ec781ee496f8b5df78f1826fa432f

See more details on using hashes here.

File details

Details for the file obfuscy-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: obfuscy-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for obfuscy-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b5466e9a30cbe41ece5f60e1ae46a799d495f497369929c83e6b2021e7aa732b
MD5 05168bc7e268dd1ca6ee32f2646bca6e
BLAKE2b-256 8ec4fd8366bfc8cf75eed2a016b3ce4da8d446fffa3d91a46ba1dce8837041db

See more details on using hashes here.

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