A module used to create random passwords with customizable options and to encode/decode strings!
Project description
(ORIGINALLY KNOWN AS DAXPASS)
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:
import amuesm
print(amuesm.createpass(['a', 'b'], 5))
Output: baaba
en:
import amuesm
print(amuesm.en('abc', ['a', 'b', 'c']))
Output:
- -- ---
de:
import amuesm
print(amuesm.de('- -- ---', ['a', 'b', 'c']))
Output:
abc
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-2.7.tar.gz.
File metadata
- Download URL: amuesm-2.7.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bae8125b44c1c240afe7321d0d10b4d227dc03d5bc1e11e7b03ea9521d0898d0
|
|
| MD5 |
c88e9c315c70086798bc9ce9aa8562d7
|
|
| BLAKE2b-256 |
f742659c14146028c69b74af059652dc7ee6d989d549a630bb3767d1ed99b5fe
|
File details
Details for the file amuesm-2.7-py3-none-any.whl.
File metadata
- Download URL: amuesm-2.7-py3-none-any.whl
- Upload date:
- Size: 2.9 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 |
16d527dcc2c560d36530fec8f4ef4ef9fd483bfb0f8099887139d8d455c9fbc1
|
|
| MD5 |
0fc02f1eb97f824b43544784bf16706c
|
|
| BLAKE2b-256 |
402bd16db9e9743d427bb7ef40a7cf95c4ffbcb63bc3a27c4ae26817cd4dd070
|