A module used to create random passwords with customizable options and to encode/decode strings!
Project description
amuesm let's you not only create passwords with custom requirements, it can also encode and decode strings in your own custom charset! amuesm stand for:
- Annie's
- Multi
- Use
- Encryption
- Security
- Module
DISCLAIMER
It is recommended that amuesm should only be used in your own custom databases/servers, amuesm is not secure to use when creating passwords for products like Google. We are also not responsible for any harm according to the MIT license.
createpass: (Creates a random password of your liking!)
import amuesm
print(amuesm.createpass(['a', 'b'], 5))
Output: (EXAMPLE, RESULTS WILL VARY)
baaba
en: (Encodes text of your choice with your own custom charset!)
import amuesm
print(amuesm.en('abc', ['a', 'b', 'c']))
Output:
- -- ---
de: (Decodes text of your choice with your own custom charset!)
import amuesm
print(amuesm.de('- -- ---', ['a', 'b', 'c']))
Output:
abc
Extra features:
If you would like to use amuesm as a standalone tool, run in your terminal:
amuesm
and you'll be able to select all three of our features!
Thanks for reading, and enjoy amuesm! :)
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 amuesm-3.10.tar.gz.
File metadata
- Download URL: amuesm-3.10.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f19534dfce87646d6809528aae43ff6a9f75d3581f2b8da3a8ee2e6f404ea6b
|
|
| MD5 |
b85c5392a8c4c25f5d5cf1c8d22f18d6
|
|
| BLAKE2b-256 |
0f24868b5a0a8e6ac0b29ec5c86311a59b488353d8e580cc4355e1bf0b753017
|
File details
Details for the file amuesm-3.10-py3-none-any.whl.
File metadata
- Download URL: amuesm-3.10-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8977c4dc8afd660dbf2dc9d6041a09fa96cc4471558ef5cb1409d65aef48a106
|
|
| MD5 |
ecf85c81dfd5e1a833dc65dfeb94dd90
|
|
| BLAKE2b-256 |
c8ed13448e69373bfee55923563b0372a85e42e9bf635d6e1a2158996dfb1bb5
|