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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for SecureMessaging-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bfe47971985d34344107eb1525e247f1dd54a173fda49c2b1a83613903651399
MD5 b2b1710dff108685ca4f40288b1f9fa6
BLAKE2b-256 e7a06b55125b6bed23978bc45e848b449254fccfb5fb17bfdf0e4eb3f4735d88

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