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.

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[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


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.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Clien_karjakak-0.1.0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file Clien-karjakak-0.1.0.tar.gz.

File metadata

  • Download URL: Clien-karjakak-0.1.0.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

Hashes for Clien-karjakak-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cf8c60f39175b347b43df6371df8f1dc7f34b74d2beee75c839397d1c7184b35
MD5 f1eb2c92dabb7a94b72eb884bd1e4db0
BLAKE2b-256 f926aad22828e84e67ae688424c5e02d094a0750b391cad80cee857a57031bb8

See more details on using hashes here.

File details

Details for the file Clien_karjakak-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: Clien_karjakak-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.9 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

Hashes for Clien_karjakak-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cd307e82b06cc28608cae2bc4640559b65e810d1dc06266d825af9224d62abed
MD5 344d2dc307cfc005d50ba7582343cc95
BLAKE2b-256 0dae9a66d46f96fe185a1edd461acd4084371dc0efd3a3fa8077ce79d53190e6

See more details on using hashes here.

Supported by

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