Skip to main content

A simple (and simplistic) basic cryptography package

Project description

some_crypt

DISCLAIMER: This package provides tools for incredibly basic encrypting and decrypting based on mostly-classical ciphers. It by NO means provides any resources for cryptographically secure encryption/decryption and should not be used to store data requiring any level of security.

some_crypt is a simple utility package providing the tools for casually encrypting and decrypting strings and text files using mostly-classical ciphers (e.g. Caesar, Vigenere, etc.).

Contents

  • some_crypt/ciphers - the ever-growing cipher implementation package; if there's a cool (mostly simple) cipher that you'd like to see, let me know and I might add it
  • some_crypt/util - utilities useful in cipher implementation
    • some_crypt.util.file_io - (deprecated) basic reading and writing of files; previously in use before its functionality was moved over to a standalone script
    • some_crypt.util.functional -
      • primarily keygen() (generator which yields the characters of the given key, repeating when necessary) and shift_with_wrap() (which contains the logic concerning shifting characters within the range of ASCII letter blocks)

Installation

To install some_crypt, simply pip install some_crypt.

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

some_crypt-0.1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

some_crypt-0.1.0-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

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