Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/safari-password-generator
Port of the Password Generator extension from Chrome to a Safari 5 Extension
https://github.com/tswicegood/safari-password-generator
Last synced: 12 days ago
JSON representation
Port of the Password Generator extension from Chrome to a Safari 5 Extension
- Host: GitHub
- URL: https://github.com/tswicegood/safari-password-generator
- Owner: tswicegood
- License: bsd-3-clause
- Created: 2010-06-22T20:33:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-23T02:45:09.000Z (over 14 years ago)
- Last Synced: 2024-04-14T14:50:18.545Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Random Password Generator
=========================
Generate random passwords for websites in Safari.This is based off of the `Password Generator for Chrome`_, which in turn is a
Chrome extension of `Nic Wolfe's`_ `password generator`_. It combines a master
password along with the domain name of the site you're visiting to create a
random password.Installation
------------
You can download the latest from the `releases/`_ directory or via the `GitHub
Downloads`_ page for this project. Once downloaded, double-click to install.Setup Safari for Extensions
"""""""""""""""""""""""""""
This only needs to be done once.* Click Safari > Preferences...
* Click Advanced > Check "Show Develop menu in menu bar"
* Click Develop > Enable ExtensionsNeed Help or Got Ideas?
-----------------------
Best bet is to visit `issues`_ to post your ideas there or vote up
similar ideas.License and Credit
------------------
The is licensed under the BSD as it makes heavy use of other code which has
already released under the BSD.This is adapted from the excellent `Password Generator for Chrome`_. Like the
Chrome extension, it makes use of `Paul Johnson's`_ `JavaScript SHA-1`_
implementation.This uses a lock icon from the amazing `Gylpish`_ icon set.
.. _Password Generator for Chrome: https://chrome.google.com/extensions/detail/bhhinkiejikaoegbkfghkchkfekbkbic
.. _Paul Johnson's: http://pajhome.org.uk/index.html
.. _JavaScript SHA-1: http://pajhome.org.uk/crypt/md5
.. _Nic Wolfe's: http://angel.net/~nic/
.. _password generator: http://angel.net/~nic/passwd.sha1.1a.html
.. _Gylpish: http://glyphish.com/
.. _releases/: http://github.com/tswicegood/safari-password-generator/tree/master/releases/
.. _GitHub Downloads: http://github.com/tswicegood/safari-password-generator/downloads
.. _issues: http://github.com/tswicegood/safari-password-generator/issues