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.
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%
pjaaaaaaa1gwrvehitccde2bya9fubc7fcoifbm7k
clien -r %CLIENTEST% # After key-in password
The best is yet to come
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[2], Getdata[1])
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.1.5.tar.gz
(3.9 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 Clien-karjakak-0.1.5.tar.gz.
File metadata
- Download URL: Clien-karjakak-0.1.5.tar.gz
- Upload date:
- Size: 3.9 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 |
5aff155de6b8c15e98f3a5d3220625f21fe57d68d582b7237a2d576869d856a3
|
|
| MD5 |
9bd17602a35118802423f10fb2589df8
|
|
| BLAKE2b-256 |
4419e53b5c5e77e1cbc56d3830e1154e42166e3cdc024e4a23f206ca4b26d096
|
File details
Details for the file Clien_karjakak-0.1.5-py3-none-any.whl.
File metadata
- Download URL: Clien_karjakak-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
abd51dcf921e1a800002ee55227f15e3efd6f20c03fc0302a2e1766cd3b8b04d
|
|
| MD5 |
c6934968f066c4983be1d87d11d5e74e
|
|
| BLAKE2b-256 |
d993037690653f4db1b1535eef3c0a9681c8320399fd0d909f64e29b5b1cff1b
|