python-encryption
There are 39 repositories under python-encryption topic.
Falldog/pyconcrete
Protect your python script, encrypt it as .pye and decrypt when import it
Sl-Sanda-Ru/Py-Fuscate
Obfuscate Python Programs
EmreOvunc/Hacktrick2017
Python for Hackers course sample codes.
U7P4L-IN/ENCODE
Encode with Marshal,zilb,base16,base32 & base64 File.. and Full 16th Method
ZhaoQi99/pyencrypt-pye
加密Python代码&动态导入(encrypt Python source code and import dynamically).
tahmidrayat/Encode
Encode Python to Pizza, Burger, Mobile ;)
Kalebu/ascii-encryption-python
ASCII based encryption algorithm implemented in Python
aDarkDev/Python-Encrypter
Best Tool for Encrypt Python with standard Libraries
Ishanoshada/Encodify
Python Code Encoding Module
CodeDroid999/CryptPy
Python GUI app to encrypt and decrypt messages. Implemented using the pybase4 module for encryption decryption and tkinter module for the GUI..
AmmarrBN/AES-ECB
Python 3 Encryption AES-ECB
sumit-buddy/crypt-buddy
encryption example for kids using python.
Blubbus/File-Encrypter
Can encrypt and decrypt files
cardinal9999/CryptoQuail-Translations
🔏 CryptoQuail in different programming languages. (Only for obfuscation!)
MS-DDOS/enc
Python Code Base Encryption
xannythepleb/pycrypt
A rudimentary encryption program written in Python. Plan to add a lot more functionality soon. Please note this is an unaudited hobby project! If security is vital, use Signal or PGP.
bacon-GIT/FFSequence_Encryptions
Encryption / Cypher tool
D3ADVAU/Pyenc
All python code encryption
dineshyadav3169/Python-Password-Generator
GUI Python Password Generator
IAJWasTooShort/PythonEncrypter
PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.
miladgol/padopy
Powerful tool for encryption/decryption file using python
nthparty/bcl
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
tyger2020/Python_Encryption
This Python code takes a plaintext word and uses alphanumeric characters and an alphabet 'wraparound' algorithm to encrypt strings. Letters are given different numerical values corresponding to their position in the alphabet. Based on the range of this number, the program performs certain operations to it. If it is still <= 26, the program codes the original letter to the alphabet index of the new number. If the number is >= 26, the program 'wraps around' the alphabet until the value is <= 26.
xcyberspy/pythonencryption
This project demonstrates how to use the marshal library in Python for encryption and decryption purposes. The marshal library provides a simple and efficient way to serialize and deserialize Python objects, which can be leveraged for basic encryption techniques.
ezhil56x/file-encryption-cli
File Encryption is command-line tool used to encrypt and decrypt files using AES and RSA encryption algorithms
isaka-james/python-encryptions
This contains my python encrptions systems and algorithms
MHS-4ever/Image-Encryption-Decryption-Tool
A Tkinter-based Python application for encrypting and decrypting JPEG images using XOR-based encryption. The app features a simple GUI to select image files, enter an encryption key, and perform encryption or decryption operations. Includes error handling and validation to ensure smooth user experience.
reztdev/fun-encoder
Very simple encoder and Encrypting technique
xannythepleb/PyCryptX
PyCryptX - an X25519 + Ed25519 + ChaCha20 + BLAKE2b based public key encryption program in Python. This is an unaudited hobby project!
gerryaudityaa/LockPy
LockPy is a Python-based file encryption tool that provides a secure and straightforward way to encrypt your files using strong cryptographic algorithms.
SammXdd/mp4-enc
Effortlessly encrypt and decrypt MP4 files securely with our Flask app. ( GUI SOON )
theNareshofficial/File-Encryptions
File encryption and decryption Tool in python
CPScript/kernel-game
a friendly software that backs-up your boot-loader and kernel to a safe place, encrypts them, then overwrites the original boot-loader and kernel with a simple 3d rendered game. Then decryption them when
Tehseen-Ajmal/Encryption_Python
Python encrypter/decrypter with multiple encryption methods for text data security.
VesperaIX/PyZeroObfus
Simple tool to obfuscate python scripts using AES