Metadata-Version: 2.1
Name: magento-encryptor
Version: 0.2
Summary: UNKNOWN
Home-page: https://github.com/flared/magento-encryptor-py
Author: Israël Hallé
Author-email: israel.halle@flare.systems
License: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Platform: UNKNOWN
Requires-Python: >=3.5
Requires-Dist: PyNaCl (==1.4.0)

Implement Magento logic to verify password.

### Installation:

```
pip install magento_encryptor
```

### Usage:

```python
import magento_encryptor
magento_hash = "c6aad9e058f6c4b06187c06d2b69bf506a786af030f81fb6d83778422a68205e:salt:1:2"
magento_encryptor.verify("mypassword", magento_hash)
```


