Skip to main content

Simple, secure, account and credential management

Project description

acct

Made with pop, a Python implementation of Plugin Oriented Programming Made with Python

Simple and secure account management

USAGE

Yaml files containing confidential information can be encrypted for use inside of acct base applications. This is an example of what an acct credentials file might look like.

credentials.yml

provider:
  profile_name:
    username: XXXXXXXXXXXX
    password: XXXXXXXXXXXX
    api_key: XXXXXXXXXXXXXXXXXXX

Next use the acct command to encrypt this file using the fernet algorithm:

$ acct encrypt credentials.yml
YeckEnWEGOjBDVxxytw13AsdLgquzhCtFHOs7kDsna8=

The acct command can also be used to decrypt the encrypted file:

$ acct decrypt credentials.yml.fernet --output=yaml --acct-key="YeckEnWEGOjBDVxxytw13AsdLgquzhCtFHOs7kDsna8="

The fernet plugin is the default for encryption, but other plugins may be added. To use the AES plugin change the previous commands to:

$ acct encrypt --crypto-plugin aesgcm256 credentials.yml
YeckEnWEGOjBDVxxytw13AsdLgquzhCtFHOs7kDsna8=
$ acct decrypt --crypto-plugin aesgcm256 credentials.yml.aesgcm256 --output=yaml --acct-key="YeckEnWEGOjBDVxxytw13AsdLgquzhCtFHOs7kDsna8="

You can use the acct command to decrypt the acct file, open it in the default text editor, then overwrite the previous acct file: The default editor from the “EDITOR” environment variable will be used if it is set, otherwise, “notepad” for windows and “vi” for unix systems. It can also be specified directly with the “–editor” flag.

$ acct edit credentials.yml --acct-key="YeckEnWEGOjBDVxxytw13AsdLgquzhCtFHOs7kDsna8="

What is POP?

This project is built with pop, a Python-based implementation of Plugin Oriented Programming (POP). POP seeks to bring together concepts and wisdom from the history of computing in new ways to solve modern computing problems.

For more information:

Getting Started

Prerequisites

  • Python 3.6+

  • git (if installing from source, or contributing to the project)

Installation

If wanting to use acct, you can do so by either installing from PyPI or from source.

Acknowledgements

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

acct-8.6.0.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

acct-8.6.0-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file acct-8.6.0.tar.gz.

File metadata

  • Download URL: acct-8.6.0.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.7.0 keyring/24.0.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.17

File hashes

Hashes for acct-8.6.0.tar.gz
Algorithm Hash digest
SHA256 a4df1e7ea342dbe70cd1c64c449f37e28c644f1f0379cffe9546022fbf7f0c49
MD5 606320055991c820cc16fe5339aac32b
BLAKE2b-256 3f2e7b43fb38505dc498c215748ae96e4431ed164fc89292d954dc969873307c

See more details on using hashes here.

Provenance

File details

Details for the file acct-8.6.0-py3-none-any.whl.

File metadata

  • Download URL: acct-8.6.0-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.3 tqdm/4.65.0 importlib-metadata/6.7.0 keyring/24.0.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.9.17

File hashes

Hashes for acct-8.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a3d6bca1d4f237319991d5d0d18e085220b6cf6747327a0e4ab909aadbe4242
MD5 345921a5eca6bc2b37d63ee45f815b1d
BLAKE2b-256 e29ac9f4a3611655ca5c0068d2e5c8ba81ca17a886c7a22d75f253bd3ed28771

See more details on using hashes here.

Provenance

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