40 Repositories
Python encryption Libraries
Affine message encryption and decryption program in python3.
Affine-encryption First we give a list of lowercase alphabets and a list of uppercase alphabets. We go through the whole alphabet and we add the lower
Caesar message encryption and decryption program in python3.
Caesar message encryption and decryption program in python3. First we give a list of lowercase alphabets and a list of uppercase alphabets. We go thro
Program for encryption and reverse decryption of a message in python3.
Reverse-Encryption-in-Python-3 The first function is called encryption, it takes as a parameter a message that will be encrypted, the function will st
Implementation of Advance Encryption Standard (AES-128/192/256) using Python and Numpy
Advance Encryption Standard Key Schedule # ROUNDKEY := [] # hexKey := keyToHexArray(KEY) # ROUNDKEY.append(hexKey) # LOOP = 1 to ORDER # arr := F
Ceaser Cipher (small project) - An acient encryption techniqued named after Julius Ceaser
Ceaser-Cipher In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest
VaultSafe is a website where users can store passwords and notes securely. It uses AES to encrypt the data.
VaultSafe VaultSafe is a website where users can store passwords and notes securely. It uses AES to encrypt the data. ⭐ the repo if you like it. Tech
A framework and build automation tool to process exploits/payloads to evade antivirus and endpoint detection response products using reusable building-blocks like encryption or obfuscation.
A framework and build automation tool to process exploits/payloads to evade antivirus and endpoint detection response products using reusable building-blocks like encryption or obfuscation.
A simple emoji-based encryption-decryption library.
🐱👤 Cryptmoji A simple emoji-based encryption-decryption library. 📥 Installation pip install the library: pip install cryptmoji 📝 Usage from crypt
Hide messages and images inside images. Includes both encryption and decryption.
Encrypting & Decrypting for Text & Images Hide messages and images inside images. Includes both encryption and decryption of images. Can see the encry
encrypt, decrypt, and verify pickled objects
from protected import dump, load, generate_fernet_key class Example: secret = "secretsecretigotasecret" data = { "a":1, "b":2, "c":3 } de
An endpoint-to-endpoint encryption based on Diffie-Hellman-Merkle with TLS1.3 styled handshake using MicroPython
tscp (tiny secure communication protocol) An E2EE (endpoint-to-endpoint encryption) is possible to implement on resource constraint microcontrollers u
A python based text and file encryption tool and end-to-end encrypted messenger
A python based text and file encryption tool and end-to-end encrypted messenger. It uses RSA asymmetric encryption to encrypt text and file and your messages. Keys for text and file encryption are generated within the deadlock program.
A command-line tool to make your repl private.
CryptMyRepl CryptMyRepl is a command-line tool to make your repl private. Any user that want to see files of the repl will be blocked by the cryption.
A simple cli password manager with account and encryption capabilities.
Password Manager A simple program to locally store and encrypt your credentials Setup Instructions: 1. Clone the Repo 2. Run 'main.py' from password-m
A QoL tool to obfuscate shellcode. In the future will be able to chain encoding/encryption/compression methods.
Shellcrypt A single-file cross-platform quality of life tool to obfuscate a given shellcode file and output in a useful format for pasting directly in
Keylogger made with python including mailing and encryption services to get the user info and keylogs in a formated way.
Keylogger This is a basic python keylogger that can read system information and keystrokes and mail them to us using the smtp service. Libraries Used:
A Cool Tool for easy encryption and decryption ! Your secret message remains safe and intact ;-)
Caesar-Cipher A Cool Tool for easy encryption and decryption ! Your secret message remains safe and intact ;-) In cryptography, a Caesar cipher, also
By The Help Of This You Can Encrypte And Decrypt Your Shell File Easily And Protect From Copy-paster
❤️ Encrypte Or Decrypt Your Shell File ❤️ By The Help Of This You Can Encrypte And Decrypt Your Shell File Easily And Protect From Copy-paster ... Wri
A python GUI based project where any image can be imported
A python GUI based project where any image can be imported. It will be encrypted and will be sent to the receiver with a decryption key. The final image obtained by the receiver will be safely decrypted with the key given by the sender without tampering.
SecurePhotos - Gallery with encryption
SecurePhotos (MVP beta) SecurePhotos - Gallery for photos with encryption for your photos or video Screenshots: Install and usage: Tested on: Python 3
AES-like encryption and decryption tool, without any dependencies.
Hushh 🤫 AES-like encryption and decryption tool, without any dependencies. This is a pretty simple algorithm that allows you to encrypt and decrypt s
A simple package to Encrypt & Decrypt files or Entire Folder contents
file_encrypter_decrypter A simple package to Encrypt & Decrypt files or Entire Folder contents Installation pip install file-encrypter-decrypter Usage
To Encrypt / Decrypt any file using AES 256 encryption
AES-Encryption To Encrypt / Decrypt any file using AES 256 encryption This project contains two main files, one of which is the encryptor and the othe
A small encrypting/decrypting toolkit which includes support for text and files.
EncryptUtils A small encrypting/decrypting toolkit which includes support for text and files. Table of contents Back to top Table of contents Installa
Hobbyist broken plain text encryption specification for lazy writers. Not for professional use.
AZWS encryption Formerly known as "One to the side typing" AZWS encryption is very weak encryption for plain text documents. It involves writing 1 let
A password manager with encryption.
PASSWORD MANAGER A password manager that encrypts your username and password before storing it. TABLE OF CONTENTS How to Install It Encryption HOW TO
SSEPy: Implementation of searchable symmetric encryption in pure Python
SSEPy: Implementation of searchable symmetric encryption in pure Python Searchable symmetric encryption, one of the research hotspots in applied crypt
ENCRYPT EMOJI 🔑
Encrypt Emoji 🔐 git clone https://github.com/SakuraDevOps/Encrypt_Emoji cd Encrypt_Emoji python EmojiEnc.py NOTE: Pengertian ENCRYPT Encryption adala
A tiny asymmetric/symmetric encryption lib for humans.
kripta-py An simple implementation of a Symmetric(AES) and Asymmetric(RSA) encryption based on pycryptodome module. Requirements Python (3.10 recommen
A file encryption software which can encrypt and decrypt various file formats such as pdfs, csv, image, audio, video
This is a file encryption software which can encrypt and decrypt various file formats such as pdfs, csv, image, audio, video, etc. It sends the encrypted file through email and the key encrypted with RSA through SMS.
Enkripsikan Skrip Python Anda Menggunakan Marshal, Base64, Zlib, dan PYC .
PyEncryptor V2.0 A Python Script To Encode Your Python Scripts. Supports : Both Python2 and Python3 Encryptions : [01] Marshal [02] Base64 [03] Zlib [
Python implementation of Pulumi secret encryption/decryption
pulumi-crypto: Python implementation of Pulumi passphrase encryption and decryption A Python commandline tool and cipher library that can verify Pulum
Simple command-line interface to store an encrypted copy of your passwords and decrypt using one master-password.
password-manager This is a command line interface that lets you store an encrypted copy your passwords locally using one master-password. Store an enc
Symmetric text encryption with unique vigenere table generation. Python (Tkinter)
Adaptive Cipher Symmetric text encryption with unique vigenere table generation. Python (Tkinter) Installation Install Python https://www.python.org/d
A Python script to obfuscate and protect your code through anti debuggers, junk code and custom encryption.
Anubis About | Features | Technologies | Requirements | Starting | License | Author 🎯 About I was looking around online and github when I realised th
SSEPy: Implementation of searchable symmetric encryption in pure Python
SSEPy: Implementation of searchable symmetric encryption in pure Python Searchable symmetric encryption, one of the research hotspots in applied crypt
Sigil plug-in: Chinese confusion encryption
XierluoEPUB_Sigil 个人制作、更新的Sigil插件合集,制作部分均为自制,更新部分为对部分开源插件的更新 CryFont 自制 主要作用为对EPUB中的主文本部分进行文本混淆加密,小幅度提高破解难度 使用方案: 下载Release中对应的压缩包即可使用,展示的代码仅包含关键部分,未包
Communications simples et chiffrées.
USI Communications simples et chiffrées Sommaire Fonctionnalités et Objectif Installation Utilisation USI-lite Détails et Fonctionnement Avertissement
A pure Python implementation of encryption of AES.
AES-128 A pure Python implementation of encryption of AES-128 written with the goal to resemble this paper as closely as possible; although it is comp
A secure, cryptographic utility for encrypting your confidential data.
PyFileVault A secure, cryptographic utility for encrypting your confidential data. Encryption is completely offline and zero-knowledge. Encrypted file