Skip to main content

A simple rotation-based encryption tool

Project description

barr4crypt

barr4crypt is a simple rotation-based encryption tool that provides a unique way to encrypt text.

Installation

You can install barr4crypt using pip:

pip install barr4crypt

Usage

Here's a quick example of how to use barr4crypt:

from barr4crypt import encrypt

# Encrypt a message
message = "Hello, World!"
rot_value = 3
encrypted = encrypt(message, rot=rot_value)
print(f"Encrypted message: {encrypted}")

string = "Hello, World!"
verify_string = verify(encrypted, string, rot=3)
print(verify_string) # Outputs: True

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

barr4crypt-0.2.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

barr4crypt-0.2.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file barr4crypt-0.2.0.tar.gz.

File metadata

  • Download URL: barr4crypt-0.2.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for barr4crypt-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8e73f1af3477e6ed8484c100fbfa768e6fe25c3cb3cbb4afea2a406354d951b1
MD5 9231a721f4f8119eadf1d83b83cfd9c9
BLAKE2b-256 babcc220751e28ed21d0a54cf98ed222ffb9365d96771557acb49882b8f029bf

See more details on using hashes here.

File details

Details for the file barr4crypt-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: barr4crypt-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for barr4crypt-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d81afbdfb6787119646c951d5fb3904ec24336a287d794152895cae0b168e608
MD5 451153b5b767b3091af3b6b37987a1db
BLAKE2b-256 38ad823e7444ee50d3cea18118ab66596c3a807d6caaea21972bbbfc182ec560

See more details on using hashes here.

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