An easy and fun encryption module.
Project description
# SweeCrypt A basic and fun cipher module for everyone. it converts regular text into symbols on a keyboard, kind of like a cipher. This is only for fun, using this module for cybersecurity is NOT ADVISED
Install: ` pip3 install sweecrypt `
Import: `python >>> import sweecrypt `
Encrypt: `python >>> sweecrypt.encrypt("hello, world!") !?~~(:,}(>~/a `
Decrypt: `python >>> sweecrypt.decrypt("!?~~(:,}(>~/a") hello, world! `
With newer versions of sweecrypt (>= 1.1.0), you can shift the encryption database:
`python >>> sweecrypt.encrypt("hello, world", 3) '\\!((>ba_>](#' >>> sweecrypt.decrypt("\\!((>ba_>](#", 3) 'hello, world' `
So it will output a nonsense string if shifted incorrectly.
`python >>> sweecrypt.decrypt("\\!((>ba_>](#") 'khoor?!zruog' `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sweecrypt-1.1.2.tar.gz.
File metadata
- Download URL: sweecrypt-1.1.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363e375aef6f76cb5fa6fca598eb3c39eb280f3d97f5cf0150a8a521395859a2
|
|
| MD5 |
9826a0b1e16b211d4b174bd6ebf774eb
|
|
| BLAKE2b-256 |
24ccbeed8950c45f132096f1aad785c425b81d261ae97c94f7a70b57ae2a653c
|
File details
Details for the file sweecrypt-1.1.2-py3-none-any.whl.
File metadata
- Download URL: sweecrypt-1.1.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46a0cb5c07c0cdf52552b3cca7583f05f0a23338437c6cbe2b73c3914c8ccb36
|
|
| MD5 |
c1ed507764515b06ad101df3319e043e
|
|
| BLAKE2b-256 |
cb6e453619ac9f3b6a88d2dd0adad361dbd61ee0fdf1e0e1193c78c83ab5581d
|