Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

Clien_karjakak-0.1.7-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page