A simple package for encrypting and decrypting strings using Caesar cipher-like technique.
Help decrypt Caesar shift cipher-encrypted strings with an unknown shift value.
secure-caesar cipher, is a symetric key cipher, based on caesar shift cipher. Enhanced with unicode support, custom padding, Scrypt key expander, elliptic curve support & power usage selection.
abstract base class for crypto-streams
ciphers for the browser
Returns the next buffer/object in a stream's readable queue
Get a KeyboardEvent.key-style string from an event
abstract base class for hash-streams
A fast fifo implementation similar to the one powering nextTick in Node.js core
Pierre theme for Shiki, VS Code, and more
A lightweight, curried encryption library with flexible character shifting and key generation
JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
A functional typescript implementation of the PCG family random number generators
constructors for the Shift AST format
File system walker with Readable stream interface.
React library for Cloudflare's Turnstile CAPTCHA alternative
Tiny queue data structure
Array manipulation, ordering, searching, summarizing, etc.
Format-preserving encryption implementation
ECMAScript parser that produces a Shift format AST
Poseidon encryption and decryption in TypeScript.
reducer for the Shift AST format
AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native
Noise protocol handshake
encrypt and de-crypt messages using a simple Caesar cipher, given an offset
Easily implement a function to encipher or decipher a given message encrypted with either Caesar or Shift cipher. Deciphering relies on user input and a list of common words.
A simple caesar cipher to shift a letter an arbitray step size, with a base range size and offset