Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hex7c0/encryptopy
encrypt / decrypt your file with pure Python3
https://github.com/hex7c0/encryptopy
encryption python
Last synced: about 1 month ago
JSON representation
encrypt / decrypt your file with pure Python3
- Host: GitHub
- URL: https://github.com/hex7c0/encryptopy
- Owner: hex7c0
- License: gpl-3.0
- Created: 2013-09-14T09:15:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T13:43:35.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T19:19:45.242Z (9 months ago)
- Topics: encryption, python
- Language: Python
- Homepage: https://hex7c0.github.io/EncryptoPy/
- Size: 211 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# EncryptoPy
[![Build Status](https://travis-ci.org/hex7c0/EncryptoPy.svg?branch=master)](https://travis-ci.org/hex7c0/EncryptoPy)
### encrypt / decrypt your file with python3 (even in row)!
_all modules are written in pure Python, so you don't need to compile it (or make setup)_
type of encryption/hash/checksum:
* aes 128, 192, 256
* des des, triple_des
* base 16, 32, 64
* xor
* hash sha0, sha1, dsa, md4, md5, ripmed160, sha224, sha256, sha384, sha512
* hmac
* crc crc32, adler32
* vigenère
* playfair
* blowfish
* caesar
* morse
* leet
* rc rc2, rc4
* one_time_password
* nihilist
* vic
* autokey
* sha3 sha3_224, sha3_256, sha3_384, sha3_512
future implementation:
* multiple file input
========
see wiki for info
https://github.com/0x7c0/EncryptoPy/wiki/Help
see list of modules
https://github.com/0x7c0/EncryptoPy/wiki/Module
see my tests
https://github.com/0x7c0/EncryptoPy/wiki/Test
========
thanks a lot for python modules
* Aes - Josh Davis (http://www.josh-davis.org)
* Aes - Alex Martelli (http://www.aleax.it)
* Des - Todd Whiteman (http://twhiteman.netfirms.com/)
* Blowfish - Michael Gilfix ([email protected])
* Rc2 - 0xEBFE (http://www.0xebfe.net/)
* Sha3 - Renaud Bauvin (http://keccak.noekeon.org/)