Skip to main content

A simple encryption tool

Project description

EncDec is a package that allows users to encrypt and decrypt string data using a unique key of your choice.

Here is a simple example:

from encdec_sfmh.encdec import *

original = 'rusksarenice'

print(f'Original: {original}')

# Keyless encryption and decryption
print(f'\nEncryptedv1: {encsimple(original)}')
print(f'Decryptedv1: {decsimple(encsimple(original))}')

# Complex encryption and decryption with a key
toPrint = enccomplex(original,key='coffee')
print('\nEncryptedv2:', toPrint)
print('Decryptedv2:', deccomplex(toPrint,key='coffee'))

Giving developers more control over their encryptions

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

encdec_sfmh-0.0.3.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

encdec_sfmh-0.0.3-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file encdec_sfmh-0.0.3.tar.gz.

File metadata

  • Download URL: encdec_sfmh-0.0.3.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for encdec_sfmh-0.0.3.tar.gz
Algorithm Hash digest
SHA256 18666c74b77fdabfa8e87649036f8b4b8d9488e567cc9764c8dd57eb80bee61b
MD5 8db1c71f52d926bf72b27440bb019e95
BLAKE2b-256 3149ba38c44bd23c220669f52ebbb0c8f96cd27095ad98dfe873affc7b6d756f

See more details on using hashes here.

File details

Details for the file encdec_sfmh-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: encdec_sfmh-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for encdec_sfmh-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 555dbc1357e8332fb62fabe583aa5676c10eeaf7eac54a490e43189683346832
MD5 028b3b735880c8d5f9472a01c13a1376
BLAKE2b-256 560ad17840cd04e977b8bad6efff34c0413c42323d20cbe7ac7641ca8be3a0df

See more details on using hashes here.

Supported by

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