🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@oslab/btoa

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslab/btoa

btoa for node and browser

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
1.1K
84.41%
Maintainers
1
Weekly downloads
 
Created
Source

LessPass render password

LessPass node module used to render password based on options

Requirements

  • node LTS

Install

npm install lesspass-render-password

Usage

var renderLessPassPassword = require("lesspass-render-password");
var options = {
  length: 16,
  lowercase: true,
  uppercase: true,
  digits: true,
  symbols: true
};
var entropy = "dc33d431bce2b01182c613382483ccdb0e2f66482cbba5e9d07dab34acc7eb1e"; 
var password = renderLessPassPassword(entropy, options);

Tests

npm test

License

This project is licensed under the terms of the GNU GPLv3.

Issues

report issues on LessPass project

Keywords

btoa

FAQs

Package last updated on 30 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts