|
1 | | -# ⚡️🔐 QuickEncrypt |
2 | | - |
3 | | -[](https://github.com/joshuaquek/QuickEncrypt/graphs/commit-activity) |
4 | | -[](https://coveralls.io/github/joshuaquek/QuickEncrypt?branch=master) |
5 | | -[](https://travis-ci.org/joshuaquek/QuickEncrypt) |
6 | | -[](https://standardjs.com) |
7 | | -[](https://greenkeeper.io/) |
8 | | -[](https://opensource.org/licenses/mit-license.php) |
9 | | - |
10 | | -Easily generate RSA Public-Private Keypairs and use them for secure asymmetric one-way encryption and decryption! |
| 1 | +<p align="center"> |
| 2 | + <img src="https://github.com/joshuaquek/github-readme-assets/blob/master/quickencrypt/logo.png?raw=true" height="150px"> |
| 3 | + <h2 align="center">⚡️🔐 QuickEncrypt</h2> |
| 4 | + <p align="center">Easily generate RSA Public-Private Keypairs and use them for secure asymmetric one-way encryption and decryption!<p> |
| 5 | + <p align="center"> |
| 6 | + <a href="https://github.com/joshuaquek/QuickEncrypt/graphs/commit-activity"> |
| 7 | + <img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" /> |
| 8 | + </a> |
| 9 | + <a href="https://travis-ci.org/joshuaquek/QuickEncrypt"> |
| 10 | + <img src="https://travis-ci.org/joshuaquek/QuickEncrypt.svg?branch=master" /> |
| 11 | + </a> |
| 12 | + <a href="https://coveralls.io/github/joshuaquek/QuickEncrypt?branch=master"> |
| 13 | + <img src="https://coveralls.io/repos/github/joshuaquek/QuickEncrypt/badge.svg?branch=master" /> |
| 14 | + </a> |
| 15 | + <a href="https://standardjs.com"> |
| 16 | + <img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg"/> |
| 17 | + </a> |
| 18 | + <a href="https://greenkeeper.io/"> |
| 19 | + <img src="https://badges.greenkeeper.io/joshuaquek/QuickEncrypt.svg"/> |
| 20 | + </a> |
| 21 | + <a href="https://opensource.org/licenses/mit-license.php"> |
| 22 | + <img src="https://badges.frapsoft.com/os/mit/mit.svg?v=103"> |
| 23 | + </a> |
| 24 | + </p> |
| 25 | +</p> |
11 | 26 |
|
12 | 27 | ## Installation |
13 | 28 |
|
|
0 commit comments