Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.49 KB

README.md

File metadata and controls

39 lines (21 loc) · 2.49 KB

AlgoGenPass

ja

AlgoGenPass - 暗号パスワード生成

サイト名とパスフレーズの組み合わせから、暗号学的ハッシュ関数を利用して強固なパスワードを生成します

ひとつのパスフレーズを覚えておくだけで、サイトごとに異なり、しかも強固なパスワードを生成して使うことができます。

サイト(ドメイン)名とパスフレーズの組み合わせから、暗号学的ハッシュ関数を利用してパスワードを生成します。サイト名やパスフレーズが1文字でも異なると、まったく異なるパスワードが生成されます。また、生成されたパスワードから、もとの組み合わせを計算で求めることは、暗号学的に困難です。

パスフレーズ・パスワードは全く保存されません。サイト名とパスフレーズの組み合わせが同一であれば常に同じパスワードが算出されるため、保存が不要であり管理上の危険性がありません。

サイト名の履歴のみ、入力の補助のため、アプリ内のデータとして保存されます。

また、本アプリはネットワーク機能を利用しておらず、データを送信することはありません(設定画面から、アプリの権限で確認できます)。

en

AlgoGenPass - generate password by cryptographic algorithms

Generate strong passwords using a cryptographic hash algorithms.

By remembering one passphrase, you can generate and use different and strong passwords for each sites.

Passwords are generated from a combination of a site (domain) name and a passphrase using a cryptographic hash algorithms. Any single difference in the site name or passphrase will result in a completely different password. It is cryptographically difficult to calculate the original combination from the generated password.

The passphrase and password will not be saved at all. Because the same combination of site name and passphrase always results in the same password, so saving is not necessary and there is no management risk.

Only the history of the site name is saved as data in the app for input assistance.

In addition, this application does not use the network and does not send data. You can check with the application's permissions from the system setting.

License