Protect your python script, encrypt it as .pye and decrypt when import it
-
Updated
Dec 9, 2022 - C
Protect your python script, encrypt it as .pye and decrypt when import it
Python for Hackers course sample codes.
Obfuscate Python Programs
Encode Python to Pizza, Burger, Mobile ;)
ASCII based encryption algorithm implemented in Python
encryption example for kids using python.
All python code encryption
Python GUI app to encrypt and decrypt messages. Implemented using the pybase4 module for encryption decryption and tkinter module for the GUI..
Can encrypt and decrypt files
Python Code Base Encryption
Best Free Python Obfuscator (inspired by Vesper#0003)
PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.
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…
(Outdated) The CryptoQuail block cipher implemented in Python.
An encryption algorithm in python
Interactive command-line Python encryption program using AES 256-bit with CBC
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
Add a description, image, and links to the python-encryption topic page so that developers can more easily learn about it.
To associate your repository with the python-encryption topic, visit your repo's landing page and select "manage topics."