Simple library to encrypt strings with MD5, SHA256 and SHA512 hashes
Project description
String Basic Encryption
Python simple library to encrypt strings with MD5, SHA256 and SHA512 hashes
Installation
pip install str-basic-encryption
Usage
Basic Usage:
from str_basic_encryption import StrEncryption
encryptor = StrEncryption()
some_text = "Hello World!"
result = encryptor.str2md5(some_text)
print(f"Encrypted String: {result}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file str-basic-encryption-0.0.1.tar.gz.
File metadata
- Download URL: str-basic-encryption-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02b50c2d0b357314e79a0109b317846e95b748e1ae4dd5d01264bf8b8e5dcd33
|
|
| MD5 |
844a964388ba857719b97e0e2ef6b313
|
|
| BLAKE2b-256 |
123a8e39bade7f024ccf73e43d930a2f9d189a5438a747f90275edfad123dc70
|
File details
Details for the file str_basic_encryption-0.0.1-py3-none-any.whl.
File metadata
- Download URL: str_basic_encryption-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
966cb75a04bfd76811c47489ec81360591d37c8239f09faa9be74fbb799d2c2a
|
|
| MD5 |
2f700498970f805df5695332ffcb0eec
|
|
| BLAKE2b-256 |
1fa0c09a69a426e0872ccf433ebae2f591f1b60a8f6ceee8af3a526ced688b19
|