A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Calculate the entropy of a password string, but fast!
For ruby and ruby on rails
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Generate more entropy to combine with Node's crypto.rng or window.crypto
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Generate XRPL Accounts with a number-based secret: 8 chunks of 6 digits
Chi-squared distribution entropy.
Ruby grammar for tree-sitter
Cryptographic key pairs for the XRP Ledger
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
Generate XRPL Accounts with a number-based secret: 8 chunks of 6 digits
TypeScript definitions for fast-password-entropy
[](https://github.com/paralleldrive/aidd)[](https://paralleldrive.com)
BIP39 mnemonic for key derivation schemes
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Convention over configuration for using Vite in Rails apps
JavaScript client for graphql-ruby
realistic password strength estimation
Exodus BIP39 module
A Stimulus Wrapper for Flatpickr library
Returns passphrase strength based on entropy and weak passphrase tests
Entropy in ruby
Entropy-based password strength checking for Ruby and ActiveModel
A Ruby on Rails gem that integrates Entropi Software's Pushpop framework
Passw is a Ruby library for generating secure passwords, supporting length, character types, exclusions, and entropy-based strength assessment.
This little gem calculates the entropy and ( the cardinality) of a finite probability space, defined by a probability vector; and of a finite probability metric space, defined by a probability vector and metric function. Requires ruby 1.9.x
PassForge is a feature-rich Ruby gem for generating secure passwords. It supports random passwords, memorable passphrases (XKCD-style), pronounceable passwords, pattern-based generation, password strength analysis, entropy calculation, and breach checking via HaveIBeenPwned API.
A Ruby library for encrypting and decrypting strings in the 3ncr.org/1#... envelope format (AES-256-GCM with a 12-byte random IV). Supports raw 32-byte AES keys, SHA3-256 derivation for high-entropy secrets, and Argon2id derivation for low-entropy secrets such as passwords.
GRYDRA v2.0 is a complete, modular Ruby library for building, training, and deploying neural networks. NEW in v2.0: - Complete modular architecture with 29 organized files - Keyword arguments API for better readability - Full implementations (no more "simplified" versions) - 8 loss functions (MSE, MAE, Huber, Cross-Entropy, Hinge, Log-Cosh, Quantile) - 5 optimizers (Adam, SGD, RMSprop, AdaGrad, AdamW) - 6 training callbacks (EarlyStopping, LearningRateScheduler, ReduceLROnPlateau, ModelCheckpoint, CSVLogger, ProgressBar) - Complete LSTM implementation with backpropagation - Complete 2D Convolutional layer with padding and stride - Real PCA with eigenvalue decomposition using Power Iteration - Multiple activation functions (Tanh, ReLU, Leaky ReLU, Sigmoid, Swish, GELU, Softmax) - Regularization (Dropout, L1, L2) - Weight initialization (Xavier, He) - Data normalization (Z-Score, Min-Max) - Comprehensive metrics (MSE, MAE, Accuracy, Precision, Recall, F1, Confusion Matrix, AUC-ROC) - Advanced training (mini-batch, early stopping, learning rate decay, validation split) - Cross-validation and hyperparameter search - Text processing (vocabulary, binary vectorization, TF-IDF) - Model persistence (save/load with Marshal) - Network visualization and gradient analysis - Simplified EasyNetwork interface - 100% backward compatibility with v1.x Perfect for machine learning projects, research, and education in Ruby.