https://github.com/thutasann/nexium-security
a cutting-edge npm package that brings security utilities to your nodejs applications, all powered by native C for optimal performance.
https://github.com/thutasann/nexium-security
c javascript node-addon-api node-gyp nodejs
Last synced: 6 months ago
JSON representation
a cutting-edge npm package that brings security utilities to your nodejs applications, all powered by native C for optimal performance.
- Host: GitHub
- URL: https://github.com/thutasann/nexium-security
- Owner: thutasann
- Created: 2024-11-16T10:23:13.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-16T13:30:44.000Z (7 months ago)
- Last Synced: 2024-11-16T13:31:48.480Z (7 months ago)
- Topics: c, javascript, node-addon-api, node-gyp, nodejs
- Language: JavaScript
- Homepage: https://nexium-security.vercel.app
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Nexium Security**
## 🌌 **Secure your Nodejs application with Nexium Security**
---
## 🔗 Quick Links
[](https://www.npmjs.com/package/nexium-security)
[](https://nexium-security.vercel.app)- 📚 [Official Documentation](https://nexium-security.vercel.app)
- 📦 [NPM Registry](https://www.npmjs.com/package/nexium-security)
- 💻 [GitHub Repository](https://github.com/thutasann/nexium-security)---
## 🚀 **Features**
- **Native C Performance**: Built entirely in C for maximum performance and low-level system access, providing robust security primitives.
- **Memory-Safe Operations**: Carefully designed with secure memory management and bounds checking to prevent common security vulnerabilities.
- **Cryptographic Primitives**: Access to low-level cryptographic functions and secure random number generation for building trusted applications.---
## ✅ Scripts
**Clone the repo**
```bash
git clone https://github.com/thutasann/nexium-security.git
```**Install Packages**
```bash
yarn
```**Compile and build the lib**
```bash
yarn build
```**Test**
```bash
yarn test
```**Benchmark**
```bash
yarn benchmark
```**Documentation Site**
```bash
yarn docs
```**Examples Codes**
```bash
cd examples && yarn dev
```---
## 📦 **Installation**
You can install **Nexium Security** via npm. Simply run the following command:
```bash
npm install nexium-security@latest
```## 📈 Benchmark
Benchmark Results can be found at [Here](./__test__/benchmark/results/).
## 🤝 Contributing
We welcome contributions! If you have suggestions or improvements, please fork the repository and submit a pull request.
## 🔥 Stay Ahead with Nexium Security
Secure your Node.js applications with high-performance, native C security utilities and experience the power of Nexium Security!
## Authors
- [Thuta Sann](https://github.com/thutasann)