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

[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


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

Uploaded Source

Built Distribution

Clien_karjakak-0.0.8-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Clien-karjakak-0.0.8.tar.gz
  • Upload date:
  • Size: 3.4 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.0.8.tar.gz
Algorithm Hash digest
SHA256 de1fd83771e395cdfaf89541f3f00f4de29b2256bb23ab73718db64d39c1ef65
MD5 6df923017130d7e9f7a0bc94c4a7023d
BLAKE2b-256 920d4ab4fa3419ebbda48152f1d36fd2caad73c30bed8d15934f758ed3d480b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Clien_karjakak-0.0.8-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

Hashes for Clien_karjakak-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 00cf3fbcb7a9f9f2cee86811939e81d1a2af151c6b07d10fdb689d13c35bbbaf
MD5 3b07a1b00d1144f09b024fb1f19d76ba
BLAKE2b-256 595fb3b6fc1905befb7cd66f723378fc987f5cfb4e9d3903c3d1a1282a34b117

See more details on using hashes here.

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