GithubHelp home page GithubHelp logo

sefinek24 / rot47 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 183 KB

Simple Node.js module for encoding and decoding text in ROT47.

Home Page: https://npmjs.com/package/@sefinek/rot47

License: MIT License

JavaScript 100.00%
npm npm-module rot47 rot47-decode rot47-encode simple-module decoder encoder encoder-decoder

rot47's Introduction

๐ŸŒ€ ROT47 - Encode and Decode

The @sefinek/rot47 module is a simple Node.js module for encoding and decoding text in ROT47.

๐Ÿ“ฅ Installation

To install the module, use the following command:

npm install @sefinek/rot47

๐Ÿค” Usage

To use the module, require it in your Node.js application:

const rot47 = require('@sefinek/rot47');

๐Ÿ”ผ Encoding text in ROT47

To encode a string in ROT47, use the encode() function:

const encoded = rot47.encode('Hello world!');
console.log(encoded); // "w6==@ H@C=5P"

๐Ÿ”ฝ Decoding text from ROT47

To decode a string from ROT47, use the decode() function:

const decoded = rot47.decode('w6==@ H@C=5P');
console.log(decoded); // "Hello world!"

๐Ÿค Contributing

Contributions are always welcome! If you have any ideas or suggestions for improving this module, feel free to open an issue or submit a pull request.

โญ๏ธ Supporting the project

If you find this module useful, please consider giving it a star on GitHub. Your support is greatly appreciated!

๐Ÿ“ License

This module is licensed under the MIT License.

rot47's People

Contributors

sefinek24 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.