Showing 1-20 of 622 packages
A simple module for bitwise-xor on buffers
tiny xor utility function
The lodash method `_.xor` exported as a module.
Bitwise XOR between two Buffers or Strings, returns a Buffer
TypeScript definitions for buffer-xor
Boolean operations on polygons (union, intersection, difference, xor)
Apply boolean polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.
Apply boolean Polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.
Simple XOR string encryption library.
Simple symmetric XOR encryption library for Browser and Node.
Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor
xor buffers
Compose custom types containing mutually exclusive keys, using this generic Typescript helper type.
XOR based routing table used for P2P networks such as a Kademlia DHT.
Boolean operations on polygons (union, intersection, difference, xor)
Creates a base64 encoded xor cipher from a pair of strings. Includes 2 methods encode / decode. For use when speed is important and security is not.
TypeScript definitions for bitwise-xor
Reduce a Uint8Array to a given length using an XOR pattern
Simple XOR and base_64 encryption decryption for react-native
- encode and decode sensitive string with user password. - it's not secure encryption, it's just XOR encoding/decoding to hide sesitive strings to be displayed - // XORCipher - Super simple encryption using XOR and Base64 (https://gist.github.com/suki