1.3.0 • Published 4 years ago

b2tconverter v1.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

b2tconverter

b2tconverter is a nodejs package to convert binary to text and text to binary with just one line of code.

Installation

npm i b2tconverter --save

Usage

Convert with just one line of code

  • Convert passwords to binary and then store them in the database to enhance security
  • Create your own binary converter easily

Binary to text conversion:

var binary = require('b2tconverter');

console.log(binary.binary("A"));

Text to binary conversion:

var text = require('b2tconverter');

console.log(text.text("01011010"));

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.

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago