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.1.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.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: encdec_sfmh-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 c23498faf6ea791fbcf772abfce9e6e2d6f73c53378e767499c4231067634f7c
MD5 02258f8365507ab32a3021f0518c5c14
BLAKE2b-256 7cbc4b4210eb690f006e7080bdb76cf6342ac5ca348d49dd253f9e4b0b274412

See more details on using hashes here.

File details

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

File metadata

  • Download URL: encdec_sfmh-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c5d4b9792dfc32ea2fb28be1b5fc17c6ab51cea7fdd053183347e9adb025a8e7
MD5 9b46f60c28554248ea9225ca77c194a7
BLAKE2b-256 0c650bab9148a833d4fc91d03d2cf8a72143a0f476eb800d68ae170efac25e77

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