An open API service indexing awesome lists of open source software.

https://github.com/vmwavie/security-toolkit

A package of security tools for your application. ( beta-testing )
https://github.com/vmwavie/security-toolkit

0auth crlf crypt npm npm-package npm-two-auth security-toolkit sql-injection two-factor xss

Last synced: about 2 months ago
JSON representation

A package of security tools for your application. ( beta-testing )

Awesome Lists containing this project

README

        


SecToolkit's Logo

# Security Toolkit

Enjoying **Security Toolkit**? Give him a star to show your support 🌟

[![NPM Downloads](https://img.shields.io/npm/v/security-toolkit.svg?label=&color=70a1ff&logo=npm&logoColor=white)](https://www.npmjs.com/package/security-toolkit)
[![NPM Downloads](https://img.shields.io/npm/dm/security-toolkit.svg?label=&logo=npm&logoColor=white&color=45aaf2)](https://www.npmjs.com/package/security-toolkit)

---

[Website](https://security-toolkit.xyz/)  •  [Documentation](https://security-toolkit.xyz/docs/intro)  •  [Npm](https://npmjs.com/package/security-toolkit)

> [!NOTE]
>
> [**Version 1**](https://github.com/vmwavie/security-toolkit) in testing phase 🧪

---

## Why does Security Toolkit exist?

💡 **Security Toolkit** is a package with the aim of solving your application's security problems, with all solutions concentrated in just one package.

check Concentrates all solutions in just one package.

check Prevents future damage to your user base.

check Helps you find an intruder.

check Highly scalable on any architecture.

---

## Quickstart

### check Install

```bash
# Node.js
npm i -D security-toolkit
```

```bash
# TypeScript (Node.js)
npm i -D security-toolkit
```

```bash
# Bun
bun add -d security-toolkit
```

```bash
# Deno (optional)
deno add npm:security-toolkit
```

---

## Features

### check Essentials


HOTP
HMAC-Based One-Time Password (HOTP) implementation for secure authentication.


TOTP
Time-Based One-Time Password (TOTP) for enhanced two-factor authentication.


Validations
Comprehensive validation tools, including email verification against extensive parameters and blacklists.


Device Logger
Generate detailed logs of user devices, including geolocation, IP address, user agent, and other relevant information.


Trackers
IP tracking functionality using popular APIs in the market, such as ipinfo and others, for enhanced security monitoring.


Field Treatment
Implement backend masking and field encryption for secure data handling and storage.


Input Sanitization
Robust input sanitization to protect against malicious attacks such as SQL injection, XSS, and other common exploitation techniques, enhancing overall application security.

> _and much more_ 👇🏻

---

## Documentation and Examples

To see the detailed documentation, please visit the [**Documentation**](https://security-toolkit.xyz/docs/intro) section in the [**Security Toolkit**'s website](https://security-toolkit.xyz).

---

## Security Policy

[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/vmwavie/security-toolkit/cd_publish.yml?event=push&label=&branch=main&logo=github&logoColor=white&color=f368e0)](https://github.com/vmwavie/security-toolkit/actions/workflows/cd_publish.yml?query=branch%3Amain)

Please check the [**SECURITY.md**](https://github.com/vmwavie/security-toolkit/blob/main/SECURITY.md).

---

## Contributing

See the [**Contributing Guide**](https://github.com/vmwavie/security-toolkit/blob/main/CONTRIBUTING.md) and please follow our [**Code of Conduct**](https://github.com/vmwavie/security-toolkit/blob/main/CODE_OF_CONDUCT.md) 🚀

---

## Acknowledgements

[![Contributors](https://img.shields.io/github/contributors/vmwavie/security-toolkit?color=9c88ff)](https://github.com/vmwavie/security-toolkit/graphs/contributors)

[![Contributors](https://opencollective.com/security-toolkit/contributors.svg?width=890&button=false)](https://opencollective.com/security-toolkit/contributors.svg?button=false)

---

## License

**Security License** is under the [**MIT License**](https://github.com/vmwavie/security-toolkit/blob/main/LICENSE).

Copyright © 2024-present [vmwavie](https://github.com/security-toolkit) and **Security Toolkit** [contributors](https://github.com/vmwavie/security-toolkit/graphs/contributors).

[node-version-url]: https://github.com/nodejs/node
[bun-version-url]: https://github.com/oven-sh/bun
[deno-version-url]: https://github.com/denoland/deno