npm.io
0.0.6 • Published 5 years ago

@swarajd/codebusters-ciphers

Licence
ISC
Version
0.0.6
Deps
0
Size
13 kB
Vulns
0
Weekly
0

Build Status

Codebusters-Ciphers

Codebusters-Ciphers is a Javascript library written in TypeScript for Science Olympiad Codebusters ciphers

Installation

Use the package manager npm to install Codebusters-Ciphers.

npm install --save @swarajd/codebusters-ciphers

Usage

const { caesar } = require('@swarajd/codebusters-ciphers');

const plaintext = 'ABCD';
const ciphertext = caesar(plaintext); // "NOPQ"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC

Keywords