Renamed Project to encrypted-randomizer

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-15 10:44:36 +05:30
parent 8253020c5d
commit b166601218
2 changed files with 55 additions and 3 deletions

51
README.md Normal file
View File

@ -0,0 +1,51 @@
# Welcome to encrypted-randomizer 👋
[![Version](https://img.shields.io/npm/v/randomizer.svg)](https://www.npmjs.com/package/randomizer)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://bravo68web.github.io/randomizer/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/bravo68web/randomizer/graphs/commit-activity)
[![License: MIT](https://img.shields.io/github/license/bravo68web/randomizer)](https://github.com/bravo68web/randomizer/blob/master/LICENSE)
[![Twitter: bravo68web](https://img.shields.io/twitter/follow/bravo68web.svg?style=social)](https://twitter.com/bravo68web)
> A Random string encryptor w.r.t. Timestamps to add Security to your Web Application
### 🏠 [Homepage](https://github.com/bravo68web/randomizer#readme)
## Install
```sh
npm install encrypted-randomizer
```
## Run tests
```sh
yarn test
```
## Author
👤 **BRAVO68WEB**
* Website: https://bravo68web.me
* Twitter: [@bravo68web](https://twitter.com/bravo68web)
* Github: [@bravo68web](https://github.com/bravo68web)
* LinkedIn: [@bravo68web](https://linkedin.com/in/bravo68web)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/bravo68web/randomizer/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [BRAVO68WEB](https://github.com/bravo68web).
This project is [MIT](https://github.com/bravo68web/randomizer/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

View File

@ -1,7 +1,7 @@
{
"name": "randomizer",
"version": "0.0.1",
"description": "A Random string encryptor w.r.t timestamp",
"name": "encrypted-randomizer",
"version": "1.0.0-a",
"description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application",
"main": "index.js",
"scripts": {
"hello": "echo hello world !!",
@ -13,6 +13,7 @@
},
"keywords": [
"randomizer",
"encrypted-randomizer",
"encryptor",
"encrypt",
"decrypt",