Skip to main content

Plain text encrypter designed to handle ASCII characters based on a randomly generated constant

Project description

Encrypter

Encrypter is a module designed to convert characters into their corresponding numerical value, change it according to a randomly generated constant and finally turn them into characters again

Installation

pip install encrypter

Usage

import encrypter as enc

# create the Encrypter Object

encrypter_obj = enc.Encrypter()

text = "hello world"

# encrypt the message

ecrypted_text = encrypter_obj.encrypt(text)

#decrypt the message

decrypted_text = encrypter_obj.decrypt(encrypted_text)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

encrypter-0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

encrypter-0.1-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

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