python-encryption
There are 40 repositories under python-encryption topic.
Falldog/pyconcrete
Protect your python script, encrypt it as .pye and decrypt when import it
spyboy-productions/ObfuXtreme
ObfuXtreme is an advanced Python obfuscation tool designed to bypass antivirus detection and remain undetectable on VirusTotal.
Sl-Sanda-Ru/Py-Fuscate
Obfuscate Python Programs
EmreOvunc/Hacktrick2017
Python for Hackers course sample codes.
ZhaoQi99/pyencrypt-pye
加密Python代码&动态导入(encrypt Python source code and import dynamically).
Kalebu/ascii-encryption-python
ASCII based encryption algorithm implemented in Python
tahmidrayat/Encode
Encode Python to Pizza, Burger, Mobile ;)
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.
samay825/QuantumGuard
QuantumGuard is a state-of-the-art password manager and file encrypter, offering quantum-resistant security and advanced encryption features. It combines robust protection with a sleek, user-friendly interface to safeguard your sensitive data against both classical and future quantum threats.
cardinal9999/CryptoQuail-Translations
🔏 CryptoQuail in different programming languages. (Only for obfuscation!)
MS-DDOS/enc
Python Code Base Encryption
olelieb/File-Encrypter
Can encrypt and decrypt files
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
dineshyadav3169/Python-Password-Generator
GUI Python Password Generator
ezhil56x/file-encryption-cli
File Encryption is command-line tool used to encrypt and decrypt files using AES and RSA encryption algorithms
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/Python-Encryption
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.
anbuinfosec/pyenc
A python tool for encrypt your python source codes.
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
D3ADVAU/Pyenc
All python code encryption
FardinHash/Cryptography-Python
All about Cryptography tools & techniques. Python implementation.
Ishanoshada/Py-Fortify
obfuscate python programs and view the actual code even if there is any encoding method
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!
codyverse/basex64
A simple cryptographic tool for storing data in distributed version control systems like Git.
Tehseen-Ajmal/Encryption_Python
Python encrypter/decrypter with multiple encryption methods for text data security.