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.2.tar.gz (2.2 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.2-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: encdec_sfmh-0.0.2.tar.gz
  • Upload date:
  • Size: 2.2 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.2.tar.gz
Algorithm Hash digest
SHA256 1debb2207b7cbcfaf9b2e0aceca824ecb87046d8b8559c935f96f0b9bd35515a
MD5 256fe077d6d6db19c701baa390c376cc
BLAKE2b-256 1acbd23f6f1c45b93d6cd9d789a558eaa0e1cf2b35effe3a4db70abf689e60e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: encdec_sfmh-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.4 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6d08ada94d744e161bec5c17e367a47e685a037879aeac353fd0f1e4bd7e483b
MD5 062173ea30c5ceea624873682328b399
BLAKE2b-256 2207941339b8aa394146010eb349297161c82f8959f660e4a4684fdefc60ab22

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