Metadata-Version: 2.4
Name: PySecretCode
Version: 0.1.0
Summary: A Python package for various encryption and hashing algorithms
Home-page: https://github.com/yourusername/PySecretCode
Author: Eden Simamora
Author-email: Eden Simamora <aeden6877@gmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: cryptography
Requires-Dist: pycryptodome
Requires-Dist: colorama
Requires-Dist: rich
Requires-Dist: pyperclip
Requires-Dist: pyfiglet
Requires-Dist: termcolor
Requires-Dist: pyinstaller
Requires-Dist: wheel
Requires-Dist: setuptools
Requires-Dist: build
Requires-Dist: pycryptodomex
Requires-Dist: crcmod
Requires-Dist: argon2-cffi
Requires-Dist: mmh3
Requires-Dist: bcrypt
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

## Project Description

PySecretCode Are PyPI Project To Make Secret Code Using Hash And Shift Chiper

🔐 The Code That Maked With PySecretCode Are Very Safe

## Example Of Usage 

You Just Need To Run The Function Like This 

Python :
SHA1_hash()

The Output :

Enter the text to SHA1 hash: Hi
____________________________________
CipherText = 94dd9e08c129c785f7f256e82fbe0a30e6d1ae40

## Features 

Shift Chiper

MD5

SHA1

SHA512

SHAKE128

SHAKE256

BLAKE2B

BLAKE2S

SHA3224

SHA3256

SHA3384

SHA3512

PBKDF2

ARGON2

AES

BLAKE3

WHIRLPOOL

TIGER

CRC32

CRC64  

MURMURHASH3

NFC

## Instalation 
bash '''
pip install PySecretCode
'''

🔧 Requirements
Pycryptodome
mmh3
crcmod
argon2-cffi
colorama

