Skip to main content

Secure Messaging

Project description

SecureMessaging

A module for messaging securely.

Pretty much the same thing as GuineaSend but more lightweight.

More info here

INSTALLATION

for pip and pip3:

pip:

pip install SecureMessaging

pip3:

pip3 install SecureMessaging

for windows:

py -m pip install SecureMessaging

for linux (without pip command line tool):

python3 -m pip install SecureMessaging

Usage

You may be wondering how to use this module, there are 4 functions that are mainly used:

sending: send_message('[your reciever's IP]', "[your message]")

receiving:

receive_message()

transceiving:

transceive_message()

fetching the IP of client:

get_ip_address()
# this prints your IP, however, here is one that you can use as a varable later for some reason:
x = get_ip_address()
# Then in the future
print(x)

these are the main functions, also I will add a example usage of the entire module here in different ways:

sending:

import SecureMessaging as sm

x = sm.get_ip_address()
print(x)
sm.send_message('127.0.0.1', x) #you can do anything you want to this example

the reciever side:

import SecureMessaging as sm

sm.receive_message()

you can do a lot with these functions, you just need to know how to do them.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

SecureMessaging-1.0.5-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file SecureMessaging-1.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for SecureMessaging-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 cec19cdfd958f7cdab864264a6b72a049c239f095b05737d0b145ea721d2d24c
MD5 b6f5ed3bcb8edeab26f36f749177ea97
BLAKE2b-256 b12660963685c42e29b27be8ad700759d14eefd8bfdaa8d461a82e6dd77137ee

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