Clien is a tool for developer to create encrypted password.
Project description
Clien [cli-environment]
Tool to help developer to create encrypted password
[Under-Development]
Installation
pip install Clien-karjakak
Usage
Create password that set to environment variable in encrypted mode.
clien -c # Will launch a tkinter Entry to show hidden for data.
Read encrypted variable's data.
clien -r %VAR_DATA% # Will launch tkinter Entry for password to decrypt encryption.
If use echo, the data will come out encrypted data.
echo %CLIENTEST%
5ua2erb9dualy1a0d
clien -r %CLIENTEST% # After key-in password
Ok Banget
TAKE NOTE:
- Wrong password will either raise an error or produce different result than the original.
- Please do not forget your passcode.
Usage in script:
from clien import cmsk, reading, insdata, pssd
# Encrypting to environment variable
cmsk("data that will be encrypted", "VAR_NAME", "passcode")
# For decrypting
reading(os.environ['VAR_NAME'], "passcode")
# For interactive usage using CLI or GUI program.
GetData = insdata()
cmsk(GetData[0], GetData[1], Getdata[2])
ReadData = pssd()
reading(os.environ['VAR_NAME'], ReadData)
Notes
- This package is used in Ezpub-karjakak [as dependency] for encrypting token.
- Is best use for any developer that require free-hassle of creating environment variable.
- Is save from prying eyes in case "echo" is used.
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 Clien-karjakak-0.0.8rc1.tar.gz.
File metadata
- Download URL: Clien-karjakak-0.0.8rc1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d9941e370c4d3f42e717bd5e8de8cc179428bf5a6fb1544d41429d526e3f1b8
|
|
| MD5 |
93b255030a962d878d0b6b107be46f84
|
|
| BLAKE2b-256 |
4709fb7df9c1855cf217d562af89ac8274693d6baccbdec2999c148e6a47c237
|
File details
Details for the file Clien_karjakak-0.0.8rc1-py3-none-any.whl.
File metadata
- Download URL: Clien_karjakak-0.0.8rc1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
618f19e0872694a35ae5681024ed12328f5c0f99cd29e27c002a3f2be491344f
|
|
| MD5 |
7bb84353185c26f11f6b03279c1b4bf1
|
|
| BLAKE2b-256 |
b75bab17139e377c3602d8068ccbacbe369c156c368f50d252e4f10e66bd4b9f
|