Skip to content

Commit

Permalink
update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimae committed Aug 27, 2019
1 parent 94de7d1 commit 8a5f9a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# NcryptJs

[![Build Status](https://travis-ci.com/ajimae/ncrypt-js.svg?branch=master)](https://travis-ci.com/ajimae/ncrypt-js) [![Coverage Status](https://coveralls.io/repos/github/ajimae/ncrypt-js/badge.svg)](https://coveralls.io/github/ajimae/ncrypt-js)
[![Build Status](https://travis-ci.com/ajimae/ncrypt-js.svg?branch=master)](https://travis-ci.com/ajimae/ncrypt-js) [![Coverage Status](https://coveralls.io/repos/github/ajimae/ncrypt-js/badge.svg)](https://coveralls.io/github/ajimae/ncrypt-js) [![License](https://img.shields.io/github/license/ajimae/ncrypt-js)](#license)

[![Release](https://img.shields.io/github/v/release/ajimae/ncrypt-js)](https://github.com/ajimae/ncrypt-js/releases) [![size](https://img.shields.io/github/languages/code-size/ajimae/ncrypt-js)](https://img.shields.io/github/languages/code-size/ajimae/ncrypt-js) [![issues](https://img.shields.io/github/issues/ajimae/ncrypt-js)](https://img.shields.io/github/issues/ajimae/ncrypt-js)

**_NcryptJs_** is a light weight javascript data encryption and decryption library. This library implements the nodejs default crypto functionality as a mid-channel cipher in addition to a simple and elegant custom data encoding and encryption algorithm.

Expand Down

0 comments on commit 8a5f9a7

Please sign in to comment.