Skip to main content

Simple, secure, account and credential management

Reason this release was yanked:

bugs

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="

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

Uploaded Source

Built Distribution

acct-8.2.2-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: acct-8.2.2.tar.gz
  • Upload date:
  • Size: 14.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.11 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.7.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13

File hashes

Hashes for acct-8.2.2.tar.gz
Algorithm Hash digest
SHA256 d639570dbf6781bf149023ab37fac2ce2dfc6edba5bef3a73c25c4df4808cbea
MD5 df53079e111aa2823bc63c4ba2201738
BLAKE2b-256 d5d6d7debbdaef02d2c247b78cd2be679221175ef4fdade821879b87da7d0b9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: acct-8.2.2-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/35.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.11 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.7.0 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13

File hashes

Hashes for acct-8.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4a37d00d0fc6df150a3a25164c146c49add1ee2cee91ee362428aca1ed67456a
MD5 066e8acf2e242611f4ab856b4dd3d99f
BLAKE2b-256 9e4358d905669a66f2b55611391deb69221baadd88c7276b45c58b762626616d

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