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
Clien-karjakak-0.0.9.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file Clien-karjakak-0.0.9.tar.gz
.
File metadata
- Download URL: Clien-karjakak-0.0.9.tar.gz
- Upload date:
- Size: 3.5 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 | 7fc80bf6bbca6288a7c1d5474727b24e9a5fd5556203f3044884889fc984db2e |
|
MD5 | ede8b974fd228295cf8459f830015d11 |
|
BLAKE2b-256 | 6afa61f644bc843d0a57d24064ffcb8c56acc5a5edafc988cb2dfbcfaa139cfd |
File details
Details for the file Clien_karjakak-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: Clien_karjakak-0.0.9-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 | 8b760a3fd34c337b13c0485a57b83fa564f1860c457282c767784e9fbb9b8b19 |
|
MD5 | d019decaedc8c944ad398afeb4981654 |
|
BLAKE2b-256 | 8d07e934c56962a40beb7110e2e2f8dea4a8c480e305c655fe05253d9ebc20ca |