No project description provided
Project description
🧟 Monstermash
1️⃣ version: 1.13.1
✍️ author: Mitchell Lisle
Install
Install from PyPi
pip install monstermash
Usage
Monstermash can generate keys, encrypt files or text with keys, and decrypt a file or text
Generate Keys
monstermash generate
-----------------
Private Key (keep is secret, keep it safe)
a715a3d11d0f9c13de3bd6d390e36ba4e3322f4f2e4f1a13a54ba85be606de87
Public Key (you can share this one)
01765c67f451f3175f53bbe11d69d73a36d45074da935271473b4a1c460e3d79
-----------------
Store configuration
Usage: monstermash configure [OPTIONS]
Options:
--profile TEXT The name of the profile you want to create.
--private-key TEXT Your private key.
--public-key TEXT Your public key.
--help Show this message and exit.
monstermash configure \
--profile default \
--private-key a715a3d11d0f9c13de3bd6d390e36ba4e3322f4f2e4f1a13a54ba85be606de87 \
--public-key 01765c67f451f3175f53bbe11d69d73a36d45074da935271473b4a1c460e3d79
Encrypt text or file
Usage: monstermash encrypt [OPTIONS]
Options:
--profile TEXT
--private-key TEXT Your private key.
--public-key TEXT Your public key.
--file TEXT The path to the file you want to encrypt
--data TEXT Input data you want to encrypt
--help Show this message and exit.
monstermash encrypt \
--profile default \
--public-key 03ab4b8a77456729678a8022c2bfe22f64ed2db72692903e5f69e4a92649e646 \
--data "hello world"
Decryption text
Usage: monstermash decrypt [OPTIONS]
Options:
--profile TEXT
--private-key TEXT Your private key.
--file TEXT The path to the file you want to encrypt
--data TEXT Input data you want to encrypt
--help Show this message and exit.
monstermash decrypt \
--private-key 91c7b2534454587a3330537bce60056e9da9a9bf75d32507152f49e85514970d
--data 01765c67f451f3175f53bbe11d69d73a36d45074da935271473b4a1c460e3d797bee92fa7ff1216eb5324b247fd41cce283adbcc4df92baacfea27765360a7c0feb226cccc1538c0397783003d0283d2841d2a
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
monstermash-1.13.1.tar.gz
(141.2 kB
view details)
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 monstermash-1.13.1.tar.gz.
File metadata
- Download URL: monstermash-1.13.1.tar.gz
- Upload date:
- Size: 141.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a43c75fade47cf70c497c8222c142d18efcafca9f096553ae9630f0812c8baf3
|
|
| MD5 |
f21288b4b2c15b0a2c7733af5d386ca0
|
|
| BLAKE2b-256 |
ec8ab9960a707a13b62a211e066a8b0ea70058c2fc349f1c16b38bf732534c84
|
File details
Details for the file monstermash-1.13.1-py3-none-any.whl.
File metadata
- Download URL: monstermash-1.13.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7f8e5606f8476723b31862804ed494d38e2ec5a82ad3f8d3a0fa08484657d6b
|
|
| MD5 |
28d346bb565e30da7fb213b6a467bd30
|
|
| BLAKE2b-256 |
e415bc424401be8c7d30146106cf1e7d6e65bbe40adf771d1adb74ede7149202
|