Skip to main content

YoCrypt is a new way to encode and decode text symetrically.

Project description

YoCrypt algorithm written in Python

YoCrypt is a new way to encode and decode text symetrically. It works with a key and is a variation of the Caesar cipher. If you want to know more about YoCrypt, check out the GitHub.

The files located in this directory implement the YoCrypt algorithm with a Python library.

Discord server for help

Usage

Encoding

To encode a text using YoCrypt, use the encode() method from the library :

>>> import yocrypt
>>> yocrypt.encode('hello my name is john doe')
'hello ud zmbm ne vdps pat'

Decoding

To encode a text using YoCrypt, use the decode() method from the library :

>>> import yocrypt
>>> yocrypt.decode('hello ud zmbm ne vdps pat')
'hello my name is john doe'

To go further...

If you want to go further through the uses of the library, take a look at the documentation. You can also check out the GitHub.

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

yocrypt-1.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

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