Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joanlopez/py-crypto-system
Cryptographic system to encrypt, decrypt, sign, verify, generate keys and more written in Python 3
https://github.com/joanlopez/py-crypto-system
Last synced: about 2 months ago
JSON representation
Cryptographic system to encrypt, decrypt, sign, verify, generate keys and more written in Python 3
- Host: GitHub
- URL: https://github.com/joanlopez/py-crypto-system
- Owner: joanlopez
- Created: 2015-01-12T00:39:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T16:58:52.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T14:06:44.628Z (almost 2 years ago)
- Language: Python
- Size: 480 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoSystem
#### Functional BETA version ####Cryptographic system to encrypt, decrypt, sign, verify, generate keys and more written in Python 3
##### Tested with Python 3.4.2 on Windows 8.1 #####
###### Expected works with Python 3.2 or upper in all supported platforms by this one ########### Python Modules dependencies: #####
* pycrypto (tested with 2.6.1)
* ecdsa (tested with 0.11)###### How to install Python Modules dependencies: ######
1. Install pip (python package manager)
2. Install packages with pip:
* pip install pycrypto
* pip install ecdsa
(Other methods are available)###### Run it from command line ######
python crypto.py
(Other methods are available)The command line interface is only in catalan for now
##### TODO List: #####
* More languages
* More variations of the algorithms (for example all AES versions)
* Improve the code (method extraction and other refactors)
* Improve the usage with cli (-- style)
* Add testing