414 skills found · Page 5 of 14
aliezzahn / BalueBalue: Advanced Multi-Layer Encryption Explore the intricacies of cryptographic techniques with Balu, a Python library implementing a sophisticated multi-layer encryption system. Balu combines substitution, permutation, and XOR ciphers to offer a customizable and educational approach to data security.
pmuens / Pyfv12Python implementation of "Somewhat Practical Fully Homomorphic Encryption"
taoxinyi / Proxy Re Encryption Demopython prototype of PRE (Proxy Re-encryption) on Cloud storage and sharing
JezaChen / Searchable Symmetric EncryptionImplementation of searchable symmetric encryption scheme (SSE-1 in [CGKO06]) in pure Python
leo-aa88 / PetitePassA lightweight password manager coded with Python using SQLCipher for SQLite database encryption and PyQt.
getintogit1 / BBVS Blockchain VotingA Python-based simulation of a secure, anonymous, and verifiable voting system built on blockchain principles using commutative encryption. This project allows voters to cast anonymized votes, verify their vote, and count results with full transparency—all in a simulated environment.
theashishgavade / SecureFileGuardThis project is all about the Data Security. How we can secure our data from hackers. The symmetric-key block cipher plays an important role in data encryption. It means that the same key is used for both encryption and decryption. The Advanced Encryption Standard (AES) is a widely used symmetric-key encryption algorithm. In this project, we’ll see how to implement AES encryption and decryption using the Python on the any kind of files using pycryptodomex package. Aim and Objective: As we know that today hackers are almost at every corner in search of our useful data which can be hacked by them for their different purposes. Even the risk gets doubled when come to the data of any country’s government. So, a system or terminology is must require to make that data safe forever by any means during communication. So the main aim of the project is to secure our important data from hackers and keep it safe. 1.2 Problem
clxmente / Python Password Manager🔒 A simple password manager built with Python. Password generation, AES Encryption, and SHA256 Hashing.
jfdm / PyPEBELA python module to support the use of the IBE, ABE, and PBE family of asymmetric encryption schemes.
MechFroG88 / PyMIFEFunctional encryption library for python
rasidi3112 / Quantum CryptoEducational project exploring quantum computing threats to RSA encryption, Shor's Algorithm, and post-quantum cryptography solutions (NIST FIPS 203/204/205). Built with Python and Qiskit.
MainakRepositor / Super CiphersA collection of some of the amazing cryptographic Ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)
shashankrao / RC6 Block CipherImplementation of RC6 encryption and decryption in python.
danaugrs / Morphine:pill: Homomorphic Encryption in Python
gionanide / CryptographyCrypto projects in python, e.g. Attacks to Vigenere, RSA, Telnet Protocol, Hip Replacement , Vernam cipher, Crack Zip Files, Encryptions RC4, Steganography, Feistel cipher, Superincreasing Knapsac, Elliptic Curve Cryptography, Diffie Hellman & EDF.
cartovarc / Ffmpeg Python Common EncryptionExample for encrypt/decrypt an video file using ffmpeg and python
cheah / Adyen Cse Python[UNOFFICIAL] Adyen Client-side encryption library for Python
moloch-- / PyTEAA Python implementation of the Tiny Encryption Algorithm (TEA)
Kalebu / Ascii Encryption PythonASCII based encryption algorithm implemented in Python
Fadi002 / PyauthAuth system with encryption and web dashboard in python