Skip to content

Commit

Permalink
description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanishq Singh committed Jun 23, 2022
1 parent e5f808f commit 1cacaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

<img src="./public/images/logo.svg" width="160" height="160" alt="sharp logo" align="right">

The typical use case for this high speed Node.js module
is to convert data in common text to
encrypted.
The typical use case for this high speed Node.js module is to convert data in common text to encrypted string.

Encryption and decryption of the data is done with the help of military grade encryption (AES-256) [crypto](https://nodejs.org/api/crypto.html).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ciphering",
"version": "1.0.0",
"description": "",
"description": "The typical use case for this high speed Node.js module is to convert data in common text to encrypted string.",
"author": "Tanishq Singh <tanishqsingh640@gmail.com>",
"contributors": [],
"main": "dist/ciphering.js",
Expand Down

0 comments on commit 1cacaf9

Please sign in to comment.