Skip to main content

A simple python library for encryption and decryption . Library contain 10 (version 1.0) including ciphers and various other cryptography

Project description

Endecrypt

A simple python library for encryption and decryption . Library contain 10 (version 1.0) including ciphers and various other cryptography

Donate To Programmer [Donate] -

bc1q9xu6n7cks0gddgqhdp4nqf7je2jetge0ys9sx7knf5653ukpkgmsptykwy

OR - Donate To Programmer

Feature

  • Easy to use
  • Simple 3 - 4 line code required to convert text to encryption
  • Input also accepted
  • More feature added Later

Installation

For Windows and MAC User

pip install endecrypt OR

python -m pip install endecrypt

For Linux User pip3 install endecrypt

Usage

Simple Encryption

import endecrypt

#Encryption
message_1 = "hello world"         #Use Small Word
encryption = 'morse'

endecrypt.encode(message_1 ,encryption)
# >> .... . .-.. .-.. ---  .-- --- .-. .-.. -..

#Decryption
message_2 = ".... . .-.. .-.. ---  .-- --- .-. .-.. -.."     # Don't leave space  
decryption = 'morse'

endecrypt.decode(message_2 , decryption)
# >> hello world

Advance Encryption

In Advance Encryption we can use cipher text this library contain 5 ciphers more added later

from endecrypt import cipher

# Encryption
message_1 = "Hello World"
encryption = 'affine'        #We Can Use Anything As Variable ex - y = 'affine' 
slop_1 =7
slop_2 = 25

cipher.encode(message_1, encryption , slop_1 , slop_2)
# >> WBYYTXTOYU

#Decryption
message_2 = "WBYYTXTOYU"
decryption = 'affine'          #We Can Use Anything As Variable ex - y = 'affine' 
slop_1 =7
slop_2 = 25

cipher.decode(message_2 , decryption , slop_1 , slop_2)
# >> Hello World
For More Sample Run examples.py

Like my work -

Donate To Programmer [Donate] -

bc1q9xu6n7cks0gddgqhdp4nqf7je2jetge0ys9sx7knf5653ukpkgmsptykwy

OR Donate To Programmer

Project details


Release history Release notifications | RSS feed

This version

1.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

endecrypt-1.9.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

endecrypt-1.9-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file endecrypt-1.9.tar.gz.

File metadata

  • Download URL: endecrypt-1.9.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for endecrypt-1.9.tar.gz
Algorithm Hash digest
SHA256 46b28b2f7f7355f28164cbf57d0601961800cad54120aba307e9b1f3d465f342
MD5 26e2bbe190496d1b62875f109da47114
BLAKE2b-256 babb6845b5597cdb64ac6f2a29492dab5cb3bf475d95c9bd41d2a1f64f3eb4b9

See more details on using hashes here.

File details

Details for the file endecrypt-1.9-py3-none-any.whl.

File metadata

  • Download URL: endecrypt-1.9-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for endecrypt-1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 694301eaa837d28958ca7c64deb80568f60c72711557abc978f66857622d2d27
MD5 768902ea22597c82b222b3509c01dbff
BLAKE2b-256 ac76a2841bbcebe077b3b4a2a81301e79b40d8479927f9e3a9a75d7de1b242d6

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