A library that provides a simple interface to the caesars cipher with a large range.
abstract base class for crypto-streams
ciphers for the browser
abstract base class for hash-streams
JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
Format-preserving encryption implementation
Poseidon encryption and decryption in TypeScript.
Noise protocol handshake
WIP - a pure javascript version of sodium-native
TypeScript definitions for browserify-cipher
TypeScript definitions for cipher-base
Encryption tooling for did-key pairs.
Minimal encryption/decryption JWE library.
A lightweight library simplifying asymmetric data encryption using Web Crypto
No description provided.
High-level authenticated encryption API used by Vault
Blowfish encryption library for browsers and Node.js
A custom version of node-forge with selected algorithms.
Encrypts files using Node's built-in Cipher class.
Caesar, Vigenere and ROT Ciphers.
🔐 Secure, Modern, and Cross-Platform Cryptography Helpers for Web, Node.js, Deno, Bun, and Cloudflare Workers
AES crypto native module for react-native
Utility functions for encrypt / decrypt git repo.
A Javascript library for generating and performing common operations on Linked Data cryptographic key pairs.
Is a simple Caesar Cipher ruby implementation
The crypt-rot13 library provides an interface for a simple character substitution cipher known as ROT13, a variation on the Caesar cipher.
Implementation of Caesar and Vigenere ciphers
A simple caesar cipher to shift a letter an arbitray step size, with a base range size and offset
A simple implementation of the Caesar Cipher in 22 lines of Ruby.
Caesar Cipher implementation that supports both English and CJK.
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 ruby implementation
encode/decode any string using the Caesar Cipher method.
encrypt and de-crypt messages using a simple Caesar cipher, given an offset
RCrypto provides custom encryption methods including XOR, Caesar cipher, and substitution cipher for secure communication in Ruby applications.