npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

spino.js

v1.0.5

Published

A robust framework that leverages well-established and industry-compliant algorithms via a user-friendly API, facilitating effortless integration of cryptographically secure encryption and hashing techniques.

Downloads

12

Readme

# Install module package
npm i spino.js@latest

# Require the package
const spinojs = require('spino.js')

Key Features

  • 🔒 Assured Security: Prioritizing your data's safety.
  • Industry-Compliant Algorithms: Meeting regulatory standards.
  • 🏎 Fast and Easy Implementation: Swift integration.
  • 👐 Open-Source: Collaborative and transparent development.
  • 🕷 Vulnerability Monitoring: Continuous code scrutiny.
  • 🥣 Algorithm mixing: SImple way to mix algorithms. [wiki]
  • 🧂 Innovative Salting Algorithm: Easy and effective protection. [wiki]
  • 🧪 Experimental Algorithms: Cryptographically safe unseen algorithms. [wiki]

Supported Algorithms

Name | Syntax | Wiki --- | --- | --- aes-cbc | spinojs.aes.cbc.encrypt() spinojs.aes.cbc.decrypt() | /wiki/AES#cbc aes-gcm | spinojs.aes.gcm.encrypt() spinojs.aes.gcm.decrypt() | /wiki/AES#gcm sha512 | spinojs.sha.sha512() | /wiki/sha#sha512 sha512-256-rsa | spinojs.sha.sha512_256rsa() | /wiki/sha#sha512_256rsa bcrypt | spinojs.bcrypt.hash() spinojs.bcrypt.compare() | /wiki/bcrypt

Name | Syntax | Wiki --- | --- | --- aes-cbc | spinojs.aes.cbc.encrypt() spinojs.aes.cbc.decrypt() | /wiki/AES#cbc aes-cbc-hmac | spinojs.aes.cbc_hmac.encrypt() spinojs.aes.cbc_hmac.decrypt() | /wiki/AES#cbc_hmac aes-cfb | spinojs.aes.cfb.encrypt() spinojs.aes.decrypt() | /wiki/AES#cfb aes-cfb1 | spinojs.aes.cfb1.encrypt() spinojs.aes.cfb1.decrypt() | /wiki/AES#cfb1 aes-cfb8 | spinojs.aes.cfb8.encrypt() spinojs.aes.cfb8.decrypt() | /wiki/AES#cfb8 aes-ctr | spinojs.aes.ctr.encrypt() spinojs.aes.ctr.decrypt() | /wiki/AES#ctr aes-ecb | spinojs.aes.ecb.encrypt() spinojs.aes.ecb.decrypt() | /wiki/AES#ecb aes-gcm | spinojs.aes.gcm.encrypt() spinojs.aes.gcm.decrypt() | /wiki/AES#gcm aes-ofb | spinojs.aes.ofb.encrypt() spinojs.aes.ofb.decrypt() | /wiki/AES#ofb sha1 | spinojs.sha.sha1() | /wiki/sha#sha1 sha1-rsa | spinojs.sha.sha1rsa() | /wiki/sha#sha1rsa sha244 | spinojs.sha.sha244() | /wiki/sha#sha244 sha244-rsa | spinojs.sha.sha244rsa() | /wiki/sha#sha244rsa sha256 | spinojs.sha.sha256() | /wiki/sha#sha256 sha256-rsa | spinojs.sha.sha256rsa() | /wiki/sha#sha256rsa sha3 | spinojs.sha.sha3() | /wiki/sha#sha3 sha3-224 | spinojs.sha.sha3_224() | /wiki/sha#sha3_224 sha3-256 | spinojs.sha.sha3_256() | /wiki/sha#sha3_256 sha3-384 | spinojs.sha.sha3_384() | /wiki/sha#sha3_384 sha3-512 | spinojs.sha.sha3_512() | /wiki/sha#sha3_512 sha384 | spinojs.sha.sha384() | /wiki/sha#sha384 sha384-rsa | spinojs.sha.sha384rsa() | /wiki/sha#sha384rsa sha512 | spinojs.sha.sha512() | /wiki/sha#sha512 sha512-rsa | spinojs.sha.sha512rsa() | /wiki/sha#sha512rsa sha512-224 | spinojs.sha.sha512_224() | /wiki/sha#sha512_224 sha512-224-rsa | spinojs.sha.sha512_224rsa() | /wiki/sha#sha512_224rsa sha512-256 | spinojs.sha.sha512_256() | /wiki/sha#sha512_256 sha512-256-rsa | spinojs.sha.sha512_256rsa() | /wiki/sha#sha512_256rsa md5 | spinojs.md5.md5() | /wiki/md5#md5 md5-sha1 | spinojs.md5.md5sha1() | /wiki/md5#md5_sha1 bcrypt | spinojs.bcrypt.hash() spinojs.bcrypt.compare() | /wiki/bcrypt

Licensing

FOSSA Status