Skip to content

chameleoid/telepathy-lib

Telepathy

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.

Examples

const { default: Telepathy, Alphabet } = require('@telepathy/lib');

console.log(new Telepathy('testing').password({
  user: 'rummik',
  domain: 'rummik.com',
  length: 300,
  alphabet: Alphabet.base94,
}));

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Copyright (c) 2012-2017 Chameleoid and Kimberly Zick (rummik)

Licensed under the MPL

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors