All Projects → the-javapocalypse → Python-File-Encryptor

the-javapocalypse / Python-File-Encryptor

Licence: MIT License
Encrypt and Decrypt files using Python (AES CBC MODE)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python-File-Encryptor

Cross Platform Aes
Simple cross-platform encryption and decryption using AES
Stars: ✭ 127 (+149.02%)
Mutual labels:  encryption, aes, aes-encryption, decryption
Hat.sh
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
Stars: ✭ 886 (+1637.25%)
Mutual labels:  encryption, aes, aes-encryption, decryption
Gonnacry
A Linux Ransomware
Stars: ✭ 341 (+568.63%)
Mutual labels:  encryption, aes, aes-encryption, decryption
Xjar
Spring Boot JAR 安全加密运行工具,支持的原生JAR。
Stars: ✭ 692 (+1256.86%)
Mutual labels:  encryption, aes, decryption
Link Lock
Password-protect URLs using AES in the browser; create hidden bookmarks without a browser extension
Stars: ✭ 418 (+719.61%)
Mutual labels:  encryption, aes, aes-encryption
Secure Ls
🔒 Secure localStorage data with high level of encryption and data compression
Stars: ✭ 486 (+852.94%)
Mutual labels:  encryption, aes-encryption, decryption
AES
AES for microcontrollers (Arduino & Raspberry pi)
Stars: ✭ 116 (+127.45%)
Mutual labels:  encryption, aes, cbc
Encryptor4j
Strong encryption for Java simplified
Stars: ✭ 92 (+80.39%)
Mutual labels:  encryption, aes, decryption
Cryptr
A simple shell utility for encrypting and decrypting files using OpenSSL.
Stars: ✭ 81 (+58.82%)
Mutual labels:  encryption, aes-encryption, decryption
openssl
A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption.
Stars: ✭ 199 (+290.2%)
Mutual labels:  aes, aes-encryption, cbc
Padding Oracle Attacker
🔓 CLI tool and library to execute padding oracle attacks easily, with support for concurrent network requests and an elegant UI.
Stars: ✭ 136 (+166.67%)
Mutual labels:  encryption, aes, decryption
Jsrsasign
The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token in pure JavaScript.
Stars: ✭ 2,760 (+5311.76%)
Mutual labels:  encryption, aes, decryption
EncrypC
🔑 File Encryption Application using Python.
Stars: ✭ 14 (-72.55%)
Mutual labels:  encryption, aes, aes-encryption
EasyAES
AES encrypt/decrypt, Android, iOS, php compatible(兼容php, Android, iOS平台)
Stars: ✭ 79 (+54.9%)
Mutual labels:  encryption, aes, decryption
abrute
Multi-threaded AES Brute Force File Decryption
Stars: ✭ 22 (-56.86%)
Mutual labels:  aes, aes-encryption, decryption
Hybrid Crypto Js
RSA+AES hybrid encryption implementation for JavaScript. Works with Node.js, React Native and modern browsers.
Stars: ✭ 87 (+70.59%)
Mutual labels:  encryption, aes, decryption
AESCipher-Java
AES encryption working between Objective-C and Java.
Stars: ✭ 88 (+72.55%)
Mutual labels:  aes, aes-encryption, decryption
Aescipher Ios
AES encryption working between Objective-C and Java.
Stars: ✭ 198 (+288.24%)
Mutual labels:  aes, aes-encryption, decryption
Py7zr
7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.
Stars: ✭ 110 (+115.69%)
Mutual labels:  encryption, aes, decryption
Laravel Database Encryption
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Stars: ✭ 238 (+366.67%)
Mutual labels:  encryption, aes, decryption

Python-File-Encryptor

Encrypt and Decrypt files (AES using CBC Mode) in Python. For a detailed text/video based tutorial you might want to check out this link.

Getting Started

Installation

  • Python 3.x
  • pycrypto

You can install the missing dependencies thorugh pip

Contributing

  1. Fork it
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Authors

  • Muhammad Ali Zia

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].