Clien is a tool for developer to create encrypted password.
Project description
Clien [cli-environment]
Tool to help developer to create encrypted password
[BETA-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. In Windows:
clien -r %VAR_DATA% # Will launch tkinter Entry for password to decrypt encryption.
In MacOS X:
clien -r $VAR_DATA
If use echo, the data will come out encrypted data. In Windows:
echo %CLIENTEST%
pjaaaaaaa1gwrvehitccde2bya9fubc7fcoifbm7k
clien -r %CLIENTEST% # After key-in password
The best is yet to come
In MacOS X:
echo $CLIENTEST
pjaaaaaaa1gwrvehitccde2bya9fubc7fcoifbm7k
clien -r $CLIENTEST
The best is yet to come
TAKE NOTE:
- Wrong password will either raise an error.
- 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[2], Getdata[1])
ReadData = pssd()
reading(os.environ['VAR_NAME'], ReadData)
Notes
- Works in MacOs X.
- 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
Clien-karjakak-0.1.7.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file Clien-karjakak-0.1.7.tar.gz
.
File metadata
- Download URL: Clien-karjakak-0.1.7.tar.gz
- Upload date:
- Size: 4.0 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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7f827d7d8e320b1f7094d44f089aff8d41b29cf83a4664c2158d6ced7e07b02 |
|
MD5 | 167d77da61d8f9f358a28964022f5da7 |
|
BLAKE2b-256 | 14e0c932bb15a95d79cb578bf524ae298578d89813380c2b3b831955fe7ce396 |
File details
Details for the file Clien_karjakak-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: Clien_karjakak-0.1.7-py3-none-any.whl
- Upload date:
- Size: 4.4 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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 811467170f9313ac7dc2d72d1ac7c3514b3597445622ab648d5443c130b59fbe |
|
MD5 | e85f86e64b44ea6695259dd99793dbeb |
|
BLAKE2b-256 | 2e22f7952310b50e4247e3f81cbc902cef50cdd6a600084ebfc375018145edaa |