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

Uploaded Python 3

File details

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

File metadata

  • Download URL: encdec_sfmh-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 ebd39e99d1771c6dfee3f2d5301bbc0cca3cbe2cc12deb19b07b15ae0ad83bba
MD5 b8eec7db974c2e9dd2658a0005fc7a7d
BLAKE2b-256 ac657ab55e749f4d1a95f0d611f748f7c560bcb00d304282cfbb5b4221ea93b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: encdec_sfmh-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8d849b47dda2e49ac9e9ee06935f5340b1f95bb8569eb7f48b2fdd2a11b0feb1
MD5 4325fe458ea3b6c79a72f5b847f0c126
BLAKE2b-256 d74568f785584063f30bf938ddd60c5933350ec19d627f687def8e876eb4d669

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