JSPM

  • Created
  • Published
  • Downloads 74
  • Score
    100M100P100Q65905F
  • License ISC

A library for implementing multiples security measures in a nodejs application

Package Exports

  • security-toolkit
  • security-toolkit/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (security-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SecToolkit's Logo

Security Toolkit

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

NPM Downloads NPM Downloads


Website  •  Documentation  •  Npm

[!NOTE]

Version 1 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

# Node.js
npm i -D security-toolkit
# TypeScript (Node.js)
npm i -D security-toolkit
# Bun
bun add -d security-toolkit
# 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 section in the Security Toolkit's website.


Security Policy

GitHub Workflow Status (with event)

Please check the SECURITY.md.


Contributing

See the Contributing Guide and please follow our Code of Conduct 🚀


Acknowledgements

Contributors

Contributors


License

Security License is under the MIT License.
Copyright © 2024-present vmwavie and Security Toolkit contributors.