Protect your python script, encrypt it as .pye and decrypt when import it
-
Updated
Jun 5, 2020 - C
{{ message }}
Protect your python script, encrypt it as .pye and decrypt when import it
Python for Hackers course sample codes.
Encode Python to Pizza, Burger, Mobile ;)
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.
Python Code Base Encryption
Can encrypt and decrypt files
Interactive command-line Python encryption program using AES 256-bit with CBC
Python ile yapılmış bir şifreleme algoritması.
GUI Python Password Generator
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."