Provides simple Base64 encoding and decoding.
var base64 = require('base64');
Encode a String as Base64
Kind: Static property of base64
Returns: String
Access: Public
Parameter | Type | Description |
---|---|---|
str | String | The string to be encoded |
Decode a String from Base64
Kind: Static property of base64
Returns: String
Access: Public
Parameter | Type | Description |
---|---|---|
str | String | The string to be decoded |
Copyright 2022 Samsung All rights reserved