SkillAgentSearch skills...

Base64encode

Base 64 character string encoding module

Install / Use

/learn @bolenge/Base64encode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

base64encode1

Base 64 character string encoding module

Installation

This is a [Node.js] (https://nodejs.org/en/) module available at [npm registry] (https://www.npmjs.com/).

$ npm install base64encode1 --save
const base64encode = require('base64encode1');
const text = "Hello World !";

console.log(base64encode(text));

Result

$ SGVsbG8gV29ybGQgIQ==
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks0

Languages

JavaScript

Security Score

55/100

Audited on Apr 11, 2022

No findings