awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
bevacqua avatar

bevacqua/hash-sum

0
View on GitHub↗
312 stars·27 forks·JavaScript·MIT·8 viewsponyfoo.com↗

Hash Sum

shell npm i hash-sum -S

Features

  • Cryptography and Security - Fast unique hash generator.

Star history

Star history chart for bevacqua/hash-sumStar history chart for bevacqua/hash-sum

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hash Sum

Similar open-source projects, ranked by how many features they share with Hash Sum.
  • anoskov/rsa-exanoskov avatar

    anoskov/rsa-ex

    38View on GitHub↗

    Library for working with RSA keys using Elixir and OpenSSL ports

    Elixir
    View on GitHub↗38
  • bitwiseshiftleft/sjclbitwiseshiftleft avatar

    bitwiseshiftleft/sjcl

    7,208View on GitHub↗

    sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding within a web browser. It functions as an AES symmetric encryption tool, a cryptographic hashing library, and a Base32 data encoder. The project provides implementations for the Advanced Encryption Standard to secure data through symmetric key encryption and decryption. It also enables the generation of fixed-length data fingerprints to verify information integrity and authenticity. The library covers a broader range of security capabilities, including client-side data hashing,

    JavaScript
    View on GitHub↗7,208
  • brix/crypto-jsbrix avatar

    brix/crypto-js

    16,384View on GitHub↗

    crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data transformation tools. It functions as a symmetric encryption toolset, a cryptographic hash implementation, and a password derivation tool for the JavaScript environment. The library enables the protection of sensitive data through symmetric encryption and the production of fixed-size data digests to verify integrity. It includes utilities for converting user passwords into secure cryptographic keys and a data format converter for translating information between Base64, Hex, and

    JavaScript
    View on GitHub↗16,384
  • alexgorbatchev/crcalexgorbatchev avatar

    alexgorbatchev/crc

    369View on GitHub↗

    Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.

    Python
    View on GitHub↗369
See all 30 alternatives to Hash Sum→

Frequently asked questions

What does bevacqua/hash-sum do?

`shell npm i hash-sum -S `

What are the main features of bevacqua/hash-sum?

The main features of bevacqua/hash-sum are: Cryptography and Security.

What are some open-source alternatives to bevacqua/hash-sum?

Open-source alternatives to bevacqua/hash-sum include: anoskov/rsa-ex — Library for working with RSA keys using Elixir and OpenSSL ports. bitwiseshiftleft/sjcl — sjcl is a JavaScript cryptography library providing a collection of primitives for encryption, hashing, and encoding… brix/crypto-js — crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data… crypto-browserify/pbkdf2 — This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned… crypto-browserify/sha.js — Node style SHA on pure JavaScript. alexgorbatchev/crc — Functions for calculating Cyclic Redundancy Checks (CRC) values for the Node.js and front-end.