The client side application for Penta Privacy lock
Browser Compatible Object Hashing
utilities for encryption and hashing
TypeScript MD5 implementation
Xml digital signature and encryption library for Node.js
Hash utility functions for Ethereum.
Solidity coder for non-standard (tight) packing.
fast string hashing function
Stripe API wrapper
Generate hashes from javascript objects in node and the browser.
A cryptography algorithms library
Medusa Customer module
AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native
An incremental implementation of MurmurHash3
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
Generate or verify a Proof Key for Code Exchange (PKCE) challenge pair
AWS SDK for JavaScript Customer Profiles Client for Node.js, Browser and React Native
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
xxHash64 implementation in JavaScript
Scrypt Key Derivation Function
Port of TweetNaCl cryptographic library to JavaScript
Hashing made simple. Get the hash of a buffer/string/stream/file.
Resources common to all Ethereum implementations
OCI NodeJS client for Compute Cloud At Customer Service
Class to build custom data structures, similar to a Hash.
Custom Matcher errors generate from RSpec::Matchers::ExpectedsForMultipleDiffs.from.message_with_diff
Use this gem if you're using Virtus (https://github.com/solnic/virtus) and want to be able to enforce collection attribute passing hash to initializer.
This gem adds a custom matcher to RSpec to recursively compare nested Ruby data-structures consisting of `Hash` and `Array` elements. An order of elements in an array is ignored.
Value containers supporting nested dot.notation access over hashes, and utilities offering dependency injection/lookup, and language extensions support running in a non-rails environment. Plus, examples of null objects, class customization, and concurrent processing. Review the RSpec tests, and or review the README for more details.
The hashy_validator gem provides the HashyArrayValidator, a custom Active Model validator designed to validate arrays of hashes within ActiveRecord model attributes. Utilizing the HashValidator gem, on top of hash_validator gem. The gem includes a comprehensive test suite using the minitest framework.
An RMUnify SAML strategy for OmniAuth.
Hash attributes using SHA512 (or your custom hash strategy). Works with and without ActiveRecord.
DSL for deserializing incoming JSON API payloads into custom hashes.
ActionHash is a Ruby gem designed to validate a series of actions while obfuscating the associated data. Its particularly useful in scenarios where you want to ensure the integrity of a sequence of actions or data points, such as in gaming, financial transactions, IoT devices, and more. Please go to the homepage for more information about how to use this gem!
A jekyll plugin that generates random alphanumeric hashes of custom length and inserts them into specific positions in an input string.
This gem adds a custom matcher to RSpec-rails to recursively compare nested Ruby data-structures consisting of `Hash` and `Array` elements. An order of elements in an array is ignored. Based on the other GEM : rspec-deep-ignore-order-matcher