No description provided.
Soft delete data from your database
Paranoia Hoodie plugin
A plugin to complay with Rails paranoia plugins so we dont query 'deleted' documents
Post-quantum hybrid encryption CLI — seal and open files with ML-KEM-1024 + P-521 + AES-256-GCM, generate entropy, and manage keypairs.
Hybrid post-quantum end-to-end encryption for frontend applications — ML-KEM-1024 + P-521 + AES-256-GCM + Argon2id, built for the browser and Node.js.
Fork of capcut-cli — CapCut/JianYing draft CLI extended with creation primitives (keyframes, Ken Burns) and the psycho-build pipeline for the TikTok paranoia niche.
A Objectionjs plugin to add soft delete.
A Mongoose plugin for soft deletes with paranoid mode
Cure for being paranoia about parameters which are coming in every single wrong way to our functions.
Soft delete data from your database
Stanford Javascript Crypto Library
Bookshelf extension that adds the functionality of eloquent.
HTTP request signature verifier middleware for node.js
sjcl configure run with-all
Stanford Javascript Crypto Library
No description provided.
A lightweight utility for ES6 like classes and an easier ES5 aware object properties definition introducing new, performance oriented, patterns.
WASM implementation of pbkdf2
Stanford Javascript Crypto Library
OWASP CoreRuleSet config presets for @coraza/core. CRS rules ship inside the core WASM; this package selects which ones to enable.
Fluree's fork of the Stanford Javascript Crypto Library
Transparent proxy CLI for MCP servers — tracks tool calls, latency, and cost via MCPSpend.
a package to implement mini-games using discord.js-v14
Programmatically determine whether code was optimized away or not
ModSecurity WAF agent for Sentinel reverse proxy - full OWASP CRS support via libmodsecurity
Native bindings to the libcdio (and libcdio-paranoia) library
High-level bindings for libcdio-paranoia/cdparanoia-3. (not yet released))
Programmatically determine whether code was optimized away or not
Programmatically determine whether code was optimized away or not
A high-performance Web Application Firewall (WAF) middleware for Rust web frameworks like Axum and Actix-web, powered by OWASP Core Rule Set patterns.
Web Application Firewall agent for Sentinel reverse proxy - SQL injection, XSS, and attack detection
Zero-knowledge encrypted dead drop. One binary. One command. Gone.
Capability-aware sandbox layer for Koda — kernel-enforced FS/net/exec policies (refs #934)
Pure Rust ModSecurity-compatible WAF agent for Sentinel - Full OWASP CRS support without C dependencies
High-assurance hybrid post-quantum cryptography library. Implements NIST Level 5 PQ security with redundant classical+PQ KEM (KWing) and Signatures (SWing).
Paranoia is a re-implementation of acts_as_paranoid for Rails 5, 6, and 7, using much, much, much less code. You would use either plugin / gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hid" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
Provides a Paranoia module documents which soft-deletes documents.
Adds the validates_uniqueness_without_deleted validator to ignore deleted fields when validating for uniqueness.
There may be times when you don't want documents to actually get deleted from the database, but "flagged" as deleted.
Provides support for using Paranoia.
This gem extends ActiveAdmin so that batch restore and batch archive actions will be available in resource index page. Also 'All' and 'Archived' scope will be available for resource index page. 'All' scope will show non archived resources and 'Archived' scope will show deleted or archived resources.
Works like ActiveRecord's acts_as_paranoid, but for sequel. - I am not the original author of this plugin. I merely took the source, fixed one minor bug, and put it up on rubygems because I found it so useful. The original author is at https://gist.github.com/bgentry. To automatically use deleted_at as as a soft delete field, simply setup as such: Sequel::Model.plugin :paranoia.
Essay writer for paranoia
Temporarily disable Kernel.require to ensure thread safety.
Paranoid models
Paranoia is a re-implementation of acts_as_paranoid for Rails 3, using much, much, much less code. You would use either plugin / gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hid" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
You would use this Paranoia gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hide" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
No description provided.
No description provided.