# bitwise-xor

> Bitwise XOR between two Buffers or Strings, returns a Buffer

Latest version **0.0.0** (published 2014-01-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install bitwise-xor
pnpm add bitwise-xor
yarn add bitwise-xor
bun add bitwise-xor
```

## Health

**Score 23/100 (F)** — status: abandoned.

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2014-01-21 |
| First published | 2014-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/bitwise-xor) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Stanislas Marion |
| Maintainers | czzarr |
| Keywords | bitwise, xor, buffer, string |

## Links

- npm: https://www.npmjs.com/package/bitwise-xor
- Repository: https://github.com/czzarr/node-bitwise-xor
- Issues: https://github.com/czzarr/node-bitwise-xor/issues
- npm.io page: https://npm.io/package/bitwise-xor

## Alternatives

- [flatbuffers](https://npm.io/package/flatbuffers.md) — 6.0M weekly downloads
- [jwt-simple](https://npm.io/package/jwt-simple.md) — 259.5K weekly downloads
- [@exodus/patch-broken-hermes-typed-arrays](https://npm.io/package/@exodus/patch-broken-hermes-typed-arrays.md) — 28.5K weekly downloads
- [@native-to-anchor/buffer-layout](https://npm.io/package/@native-to-anchor/buffer-layout.md) — 12.2K weekly downloads
- [binary-parser-encoder](https://npm.io/package/binary-parser-encoder.md) — 5.3K weekly downloads

## Recent versions

- 0.0.0 (latest) — 2014-01-21

## README

# node-bitwise-xor

 [![Build
Status](https://travis-ci.org/czzarr/node-interval-stream.png)](https://travis-ci.org/czzarr/node-bitwise-xor)

Returns a Buffer of the result of bitwise XOR operation between two
Buffers or Strings

## Example
```javascript
var xor = require('bitwise-xor');

xor(new Buffer('00ff', 'hex'), new Buffer('3344', 'hex'))

// returns <Buffer 33 bb>
```

## Install
`npm install bitwise-xor`

## License
MIT

---
_Source: https://npm.io/package/bitwise-xor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
