Files
appliedcrypto/z_associated/projects/node_modules/convert-string
billbuchanan 44789e8d3a Update
2021-01-18 20:47:18 +00:00
..
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00
2021-01-18 20:47:18 +00:00

convert-string

JavaScript component to convert to/from strings and byte arrays.

AMD/CommonJS compatible.

Install

Node.js/Browserify

npm install --save convert-string

Component

component install cryptocoin/convert-string

Bower

bower install convert-string

Script

<script src="/path/to/convert-string.js"></script>

Usage

stringToBytes(str)

bytesToString(bytes)

UTF8.stringToBytes(str)

UTF8.bytesToString(bytes)

Credits

Loosely inspired by code from here: https://github.com/vbuterin/bitcoinjs-lib & CryptoJS

References on JavaScript UTF-8 forced encoding

(these sources are also included as PDFs in the repo in case the links go dead)

License

(MIT License)

Copyright 2013, JP Richardson jprichardson@gmail.com