1.0.7 • Published 6 years ago

@telepathy/lib v1.0.7

Weekly downloads
1
License
MPL-2.0
Repository
-
Last release
6 years ago

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

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago