# NodeJS P7m Decoder

NodeJS P7m decoder library

## Getting Started

You can see sample example of use in "example" folder

### Prerequisites

This library depends on OpenSSL installation, more information here 

* [Openssl](https://www.openssl.org/) 

### Installing

You can install it, using npm

```
npm install --save p7m-js-decoder
```

## Built With

* [Openssl](https://www.openssl.org/) - Dependency Management

## Contributing

Please read [CONTRIBUTING.md]() for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/p7m-decoder/tags). 

## Authors

* **Andrea Di Blasi** - *Initial work* - [Github](https://github.com/https://github.com/Adibla)

## License

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


