47 results for “topic:python-encryption”
Protect your python script, encrypt it as .pye and decrypt when import it
ObfuXtreme is an advanced Python obfuscation tool for security research, reverse engineering education, and analysis of how obfuscation impacts static and signature-based detection.
Obfuscate Python Programs
Python for Hackers course sample codes.
加密Python代码&动态导入(encrypt Python source code and import dynamically).
ASCII based encryption algorithm implemented in Python
Encode Python to Pizza, Burger, Mobile ;)
Best Tool for Encrypt Python with standard Libraries
Python Code Encoding Module
Python 3 Encryption AES-ECB
encryption example for kids using python.
Tool for encryption of python code with various types of encryption and valid for python 3.12 - 3.13
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.
No description provided.
Multiple encode python files
Python Code Base Encryption
🔏 CryptoQuail in different programming languages.
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.
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.
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.
Encryption / Cypher tool
File Encryption is command-line tool used to encrypt and decrypt files using AES and RSA encryption algorithms
GUI Python Password Generator
Can encrypt and decrypt files
Powerful tool for encryption/decryption file using python
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.
A python Encryption tool
obfuscate python programs and view the actual code even if there is any encoding method
PyCryptX - an X25519 + Ed25519 + ChaCha20 + BLAKE2b based public key encryption program in Python. This is an unaudited hobby project!