Opera Widgets の開発は現在行われておりません。詳細を見る。
ユーザ名: パスワード: ログイン| 新規登録
ウィジェット » 作者 » CaptainTickles
Password hasher creates secure passwords by performing an HMAC SHA1 hash of a general parameter (Gmail, Yahoo!, etc) and a "master password" provided by the user. This generates passwords that are safe from dictionary-based attacks and all of it is client-side, so no information is transferred to a server and you only have to remeber two relatively simple passwords. Password hasher is based on code from www.hashapass.com.