/security-toolkit

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

Primary LanguageTypeScriptMIT LicenseMIT

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.