Encoding and decoding from/to base64.
Here , binary-string hello will be converted to base64
( https://tools.ietf.org/html/rfc4648)
The output base64-encoded-string will be : aGVsbG8K
Start
Just run $ node index.js
node/encoding-decoding at master · satanlabs/node
{{ message }}
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
parent directory.. | ||||
Here , binary-string hello will be converted to base64
( https://tools.ietf.org/html/rfc4648)
The output base64-encoded-string will be : aGVsbG8K
Just run $ node index.js