GitBook: [master] 2 pages modified

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-17 17:29:15 +00:00 committed by gitbook-bot
parent ff3a11a1e7
commit 31cb87c921
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 35 additions and 21 deletions

View File

@ -1,51 +1,61 @@
# Welcome to encrypted-randomizer 👋
[![Version](https://img.shields.io/npm/v/encrypted-randomizer.svg)](https://www.npmjs.com/package/encrypted-randomizer)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://randomizer.bravo68web.me)
[![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)
# About
> A Random string encryptor w.r.t. Timestamps to add Security to your Web Application
## Introduction
### 🏠 [Homepage](https://github.com/bravo68web/randomizer#readme)
Firstly why was this project created?
## Install
```text
Many developers face security issues while linking Backend with Frontend.
For instance, unable to verify weather the HTTP request came from your Frontend Website,
Or, Backend API being data-scraped/mined, etc.
So, to handle these usecases, I build this Project.
```sh
```
## Welcome to encrypted-randomizer 👋
[![Version](https://img.shields.io/npm/v/encrypted-randomizer.svg)](https://www.npmjs.com/package/encrypted-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
```bash
npm install encrypted-randomizer
```
## Run tests
### Run tests
```sh
```bash
yarn test
```
## Author
### Author
👤 **BRAVO68WEB**
* Website: https://bravo68web.me
* Website: [https://bravo68web.me](https://bravo68web.me)
* Twitter: [@bravo68web](https://twitter.com/bravo68web)
* Github: [@bravo68web](https://github.com/bravo68web)
* LinkedIn: [@bravo68web](https://linkedin.com/in/bravo68web)
## 🤝 Contributing
### 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/bravo68web/randomizer/issues).
Feel free to check [issues page](https://github.com/bravo68web/randomizer/issues).
## Show your support
### Show your support
Give a ⭐️ if this project helped you!
## 📝 License
### 📝 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)_
_This README was generated with ❤️ by_ [_readme-md-generator_](https://github.com/kefranabg/readme-md-generator)

4
SUMMARY.md Normal file
View File

@ -0,0 +1,4 @@
# Table of contents
* [About](README.md)