Telepathy core library
npm install @telepathy/libTelepathy
=========
A sync-less "telepathic" password manager that generates repeatable
site-specific passwords across any of your devices.
This package is the core library providing password generation functionality.
See the primary repository at https://gitlab.com/chameleoid/telepathy/about for
additional information.
javascript
const { default: Telepathy, Alphabet } = require('@telepathy/lib');console.log(new Telepathy('testing').password({
user: 'rummik',
domain: 'rummik.com',
length: 300,
alphabet: Alphabet.base94,
}));
``[Contributor Code of Conduct]: http://www.chameleoid.com/conduct
Licensed under the MPL