Skip to main content

Definition, specification, implementation and toolkit of EvATive7ENC

Reason this release was yanked:

There is a problem with the naming rules in this version and will be fixed in the next version.

Project description

EvATive7Encrypter

Definition, specification, implementation and toolkit of EvATive7ENC

GitHub Actions Workflow Status Python PyPI version

Install

  1. pip install EvATive7Encrypter

Usage

CLI

  • using evative7enc --help to see help
  • Write-Output "thisIsATest" | evative7enc v1 (in PowerShell), echo thisIsATest | evative7enc v1 (in bash or cmd)
  • ...

As a library

import logging
from pathlib import Path

from evative7enc import *

logging.basicConfig(level=logging.DEBUG)

alg = EvATive7ENCv1

input_text = Path(".cache/txt/text.txt").read_text("utf-8")
key = alg.key()
encoded = alg.encode_to_evative7encformatv1(key, input_text)
decoded = alg.decode_from_evative7encformatv1(encoded)

Path(".cache/txt/encoded.txt").write_text(encoded, "utf-8")
Path(".cache/txt/decoded.txt").write_text(decoded, "utf-8")

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

evative7encrypter-1.0.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

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

evative7encrypter-1.0.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file evative7encrypter-1.0.0.tar.gz.

File metadata

  • Download URL: evative7encrypter-1.0.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for evative7encrypter-1.0.0.tar.gz
Algorithm Hash digest
SHA256 89fd56c9e534d925e6f45f23dbd1683aa93375c62f4840e39265f18ca59a6637
MD5 f2a1820b66b6140f270d5f24c3768fdf
BLAKE2b-256 9feda724d7bc600c1958e3c4cc8680653956be87473bec4eec8b0c4ae6ef854e

See more details on using hashes here.

Provenance

The following attestation bundles were made for evative7encrypter-1.0.0.tar.gz:

Publisher: package.yml on EvATive7/EvATive7Encrypter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file evative7encrypter-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for evative7encrypter-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 35896ba82dc56a1a3db5d3db0859f7856a4c094e12726f536fe76f700ae26a22
MD5 f7e214fed4fc61a6b81b645395533657
BLAKE2b-256 a1b3642cacb7ee9d094952c7bf462fe1502ac59e37eeb9d004cdd54cbdab6612

See more details on using hashes here.

Provenance

The following attestation bundles were made for evative7encrypter-1.0.0-py3-none-any.whl:

Publisher: package.yml on EvATive7/EvATive7Encrypter

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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