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

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.

Awesome Lists containing this project

README

        

# **Nexium Security**

## 🌌 **Secure your Nodejs application with Nexium Security**

---

## 🔗 Quick Links

[![NPM Version](https://img.shields.io/npm/v/nexium-security.svg)](https://www.npmjs.com/package/nexium-security)
[![Documentation](https://img.shields.io/badge/docs-nexium-blue.svg)](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)