Secure Password Input
Project description
🧪 Examples
A short interactive example:
from secure_input import secure_input
api_key = secure_input("API Key: ", show="*")
if len(api_key) == 0:
print("No key provided")
else:
print("Key received (length):", len(api_key))
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
secure_input-1.1.0.tar.gz
(2.8 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 secure_input-1.1.0.tar.gz.
File metadata
- Download URL: secure_input-1.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af38985ad15001aaa9940751cade9fd0a029318ff68737968ffdf62ea4a8ee23
|
|
| MD5 |
bb367b7dbd406d4df61e75b9aafe7274
|
|
| BLAKE2b-256 |
67dbd88c1607b92faf8c838a553cb52cbe321578c611a36a47fbcccaf2f49b8f
|
File details
Details for the file secure_input-1.1.0-py3-none-any.whl.
File metadata
- Download URL: secure_input-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
976a14ec8bdc866c698828cce5207bc51e6601b520e9906d4009f5c1cb1594aa
|
|
| MD5 |
64d2970ec0f61f341c0d464fd1af72db
|
|
| BLAKE2b-256 |
00c446238255d5ddc41a57bbd1960354e7b67109f12356283c1aad162437f421
|